Claudecode-MCPservers

boyso/Claudecode-MCPservers
★ 1 stars Unknown language 🤖 AI/LLM Updated 4mo ago
Collecting application tips and experiences for Claude Code and MCP service suite. https://claudecode.app
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": {
    "claudecode-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "boyso/Claudecode-MCPservers"
      ]
    }
  }
}