MCP Configs2026年4月8日·1 分钟阅读

Smithery — MCP Server Registry and Installer

Discover, install, and manage MCP servers from a curated registry. Smithery provides one-command setup for 200+ MCP servers with Claude Code and Cursor integration.

Agent 就绪

这个资产会安全暂存

这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。

Stage only · 17/100策略:需暂存
Agent 入口
任意 MCP/CLI Agent
类型
Mcp Config
安装
Stage only
信任
信任等级:Established
入口
Smithery — MCP Server Registry and Installer
安全暂存命令
npx -y tokrepo@latest install 5ca696fe-0d4f-4b2e-94f7-652f9d3a0da0 --target codex

先暂存文件;激活前需要读取暂存 README 和安装计划。

TL;DR
Smithery provides a curated registry of 200+ MCP servers with one-command install for Claude Code and Cursor.
§01

What it is

Smithery is a registry and CLI tool for discovering and installing MCP servers. It maintains a curated catalog of MCP servers -- database connectors, API integrations, file system tools, and more -- that you can browse, search, and install with a single command. Smithery handles the configuration for Claude Code, Cursor, and other MCP-compatible clients automatically.

Smithery targets developers who use AI coding assistants and want to extend them with MCP integrations without manually configuring each server.

§02

How it saves time or tokens

Setting up an MCP server manually involves finding the package, installing dependencies, writing a JSON config block, and debugging connection issues. Smithery automates the entire process: search for a server, run one install command, and the server is configured and ready. For teams using multiple MCP servers, this saves significant setup and maintenance time.

§03

How to use

  1. Search for MCP servers:
npx @smithery/cli search "database"
  1. Install a server for your client:
npx @smithery/cli install @modelcontextprotocol/server-postgres --client claude
  1. The server is automatically configured in your MCP client settings. Start using it immediately.
§04

Example

# Install multiple MCP servers
npx @smithery/cli install @modelcontextprotocol/server-filesystem --client claude
npx @smithery/cli install @modelcontextprotocol/server-github --client claude
npx @smithery/cli install @modelcontextprotocol/server-sqlite --client claude

# List installed servers
npx @smithery/cli list

# Update all servers
npx @smithery/cli update

After installation, your AI assistant can access the filesystem, GitHub repos, and SQLite databases through MCP tools.

§05

Related on TokRepo

§06

Common pitfalls

  • Some MCP servers require environment variables (API keys, database URLs). Smithery prompts for these during install but missing values cause silent failures.
  • MCP server updates may introduce breaking changes. Pin versions in production environments and test updates in development first.
  • Not all MCP servers in the registry are actively maintained. Check the last update date and issue count before installing unfamiliar servers.

常见问题

What MCP clients does Smithery support?+

Smithery supports Claude Code, Claude Desktop, Cursor, and other MCP-compatible clients. The --client flag determines which configuration file Smithery writes to during installation.

Is Smithery free?+

Yes. Smithery is free to use. The CLI and registry are open source. MCP servers in the registry may have their own licensing terms.

Can I publish my own MCP server to Smithery?+

Yes. Smithery accepts community contributions. You can submit your MCP server to the registry following the contribution guidelines on the Smithery website.

How does Smithery handle updates?+

Run the update command to check for and install newer versions of your installed MCP servers. Smithery tracks installed versions and compares against the registry.

Does Smithery work on all platforms?+

Smithery runs on macOS, Windows, and Linux. It requires Node.js 18 or later. The npx command handles installation without a global install.

引用来源 (3)
🙏

来源与感谢

smithery.ai — MCP server registry

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产