Reference MCP server built with the mctx framework — fork it as a starting template for your own MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"example-mcp-server": {
"command": "npx",
"args": [
"-y",
"mctx-ai/example-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add example-mcp-server npx -y mctx-ai/example-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"example-mcp-server": {
"command": "npx",
"args": [
"-y",
"mctx-ai/example-mcp-server"
]
}
}
}