How to Use the Circle.so MCP in Claude Code
Automate Circle.so community monitoring and reporting right from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Circle.so MCP to Claude Code
Create your Vinkius account to connect Circle.so 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.
Integrate community metrics into CI/CD
Set up a cron job that uses Claude Code to run `list_community_members` every night. You can pipe the JSON output to another script that logs the count to a database or sends an alert if the number drops unexpectedly. It's headless monitoring for your community's health. This MCP server exposes all the endpoints you need to build these kinds of automations without needing a complex backend service.
Script your own data exports
If you need a quick backup of community posts, a simple shell script is all it takes. Use Claude Code to call `list_community_posts` and pipe the output directly to a JSON file. Chain it with `list_post_comments` for a more complete archive. This MCP server makes it easy to schedule regular exports that run without any manual intervention.
Run headless audits from the shell
You can build simple admin tools that run anywhere. Write a script that uses Claude Code to call `list_community_spaces` and `list_community_posts` to find spaces with no activity in the last 90 days. Run it from your laptop, a Docker container, or an SSH session on a remote server. It's a direct, no-fuss way to keep tabs on your community engagement without a UI.
Set up Circle.so 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 seecircleso-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Circle.so transactions." It will automatically discover and invoke the available Circle.so tools.
claude mcp add --transport http circleso-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 Circle.so MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Circle.so MCP today
We host it, we monitor it, we maintain it. You just paste one token.