How to Use the Classy.org MCP in Claude Code
Connect Claude Code to your Classy.org account and run fundraising reports right from your terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Classy.org MCP to Claude Code
Create your Vinkius account to connect Classy.org to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Reports in CI/CD
Set up scheduled jobs that pull data directly from Classy.org. A simple cron job or GitHub Action running `claude mcp classyorg-mcp list_donation_transactions --since 24h` gives you a daily transaction log. No browser, no manual export. You get clean JSON output every time. Pipe it to `jq` to filter for high-value donations, then send a summary to a Slack channel using `curl`. It's headless reporting that you can set up in minutes.
Script Your Fundraising Operations
Use this MCP Server to make your terminal the command center for Classy.org. Need to quickly check a campaign's status? Just run `claude mcp classyorg-mcp get_campaign_details --id <campaign_id>` and get the info instantly. It's easy to chain commands together in a shell script. You can get a list of all campaigns with `list_fundraising_campaigns`, pipe it through `fzf` for interactive selection, and then pass the chosen ID to another command. It plugs your fundraising data right into your command line workflow.
Monitor Live Activity from the CLI
Watch your campaigns without being glued to a web dashboard. Run `watch "claude mcp classyorg-mcp get_activity_feed --limit 10"` in your terminal to see a live-updating feed of new donations and registrations. This is especially useful during giving days or campaign launches. You can also script checks on `list_fundraising_teams` and `list_individual_fundraising_pages` to spot performance trends the moment they happen.
Set up Classy.org MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeclassyorg-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Classy.org transactions." It will automatically discover and invoke the available Classy.org tools.
claude mcp add --transport http classyorg-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Classy.org MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Classy.org MCP today
We host it, we monitor it, we maintain it. You just paste one token.