CLI and IDE workflows powered by Claude with MCP tools
Powerful features when you connect Claude Code to MCP Bundles
Get Claude Code connected to your tools in 3 minutes
https://mcp.mcpbundles.com/bundle/your-bundle-slugRegister the server with the HTTP transport — OAuth runs interactively the first time you call /mcp.
claude mcp add --transport http claude-code-mcp-server https://mcp.mcpbundles.com/bundle/your-bundle-slugclaude
# Inside the session, authenticate the MCP server:
/mcpFor scripted / non-interactive use, generate a personal API key in Dashboard Settings and pass it as a header instead of running the OAuth flow:
claude mcp add --transport http claude-code-mcp-server https://mcp.mcpbundles.com/bundle/your-bundle-slug \
--header "X-API-Key: YOUR_API_KEY"Control your tools via Claude with minimal setup.