Skip to main content
Claude Code supports remote MCP servers natively. The fastest path is one terminal command — no JSON editing required.

Prerequisites

  • A Chartcastr account on any paid plan
  • Claude Code installed (npm install -g @anthropic-ai/claude-code)
  • An API key from Settings → API Keys

Replace YOUR_API_KEY with the key from your dashboard. Claude Code persists the server in your user config and loads it on next startup. To restrict the install to one project, add --scope project. Verify with /mcpchartcastr should appear in the list.

Setup (alternative: .mcp.json)

Prefer to commit a project-scoped config? Create .mcp.json at your project root and add it to .gitignore to keep your key private:
Restart Claude Code or run /mcp to load.

Available tools

Example prompts

  • “What data sources do I have in Chartcastr?”
  • “Show me all my active connections and their schedules.”
  • “What did the latest pulse say about my HubSpot connection?”
  • “Is my Google Sheets → Slack connection still running?”

Local development

Running Chartcastr locally with bun up? Point at your local server:

Troubleshooting

Your key is wrong, expired, or revoked. Regenerate at Settings → API Keys and re-run claude mcp add (it overwrites the existing entry).
Some tools may be disabled during rollout. Run /mcp to see what’s exposed by the server, and contact support if you need access to a specific capability.
Run claude mcp list to confirm it’s registered. If it’s there but Claude Code doesn’t show it, fully quit and relaunch. If it’s missing, the install command failed — re-run it and check the terminal output.