mcp store manager, add & syncs MCP server configurations across clients like Claude code, Cursorπ‘ build-in Codex agent use ChatGPT subscription, mcphub
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-linker": {
"command": "npx",
"args": [
"-y",
"milisp/mcp-linker"
]
}
}
}
π Copy
Run in terminal:
claude mcp add mcp-linker npx -y milisp/mcp-linker
π Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-linker": {
"command": "npx",
"args": [
"-y",
"milisp/mcp-linker"
]
}
}
}
π Copy