Prerequisites
- Claude Desktop installed
- A Chartcastr account with at least one source configured
Step 1: Generate an API Key
- Go to Settings → Credentials in your Chartcastr dashboard
- Click Generate Key to create a new API key
- Copy the key immediately - you won’t be able to see it again
Step 2: Configure Claude Desktop
Open your Claude Desktop configuration file:- macOS
- Windows
your_api_key_here with your actual API key from Step 1.
The
mcp-remote package is a bridge that connects Claude Desktop to remote MCP servers via Server-Sent Events (SSE). It’s installed automatically when you start Claude Desktop.Step 3: Restart Claude Desktop
After saving your configuration file, completely quit and restart Claude Desktop to load the MCP server.Step 4: Verify the Connection
- Open a new conversation in Claude Desktop
- Ask: “List my Chartcastr sources”
- If configured correctly, Claude will use the MCP tools to fetch your data
Running Multiple Environments
If you’re developing locally, you can configure both production and local development servers:Available Tools
The MCP server provides these tools to Claude:| Tool | Description |
|---|---|
list_sources | List all your chart sources |
list_destinations | List all your destinations (Slack, email) |
list_connections | List all scheduled connections |
get_latest_pulse | Get the latest AI analysis for a source |
verify_connection | Verify your setup with a code |
open_chartcastr | Get the dashboard URL |
Troubleshooting
MCP server not appearing in Claude
MCP server not appearing in Claude
- Check that the config file path is correct
- Ensure the JSON is valid (no trailing commas)
- Completely quit Claude Desktop (not just close the window)
- Check the Claude logs for errors
Getting authentication errors
Getting authentication errors
Verify your API key is correctly set in the
env section. Make sure there are no extra spaces or newlines.Tools not working
Tools not working
Try asking Claude to “use the chartcastr tools to list sources” to explicitly invoke the MCP server.
What You Can Do
Once connected, you can ask Claude to:- “List all my chart sources in Chartcastr”
- “Show my Slack destinations”
- “What connections do I have scheduled?”
- “Get the latest pulse for my sales dashboard”
- “Help me verify my Chartcastr connection”

