★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated today
A registry for Model Context Protocol tools. Publish, discover, and install MCP servers with a single command.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpmarketplace": {
"command": "npx",
"args": [
"-y",
"17arhaan/mcpMarketplace"
]
}
}
}
Run in terminal:
claude mcp add mcpmarketplace npx -y 17arhaan/mcpMarketplace
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpmarketplace": {
"command": "npx",
"args": [
"-y",
"17arhaan/mcpMarketplace"
]
}
}
}