Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RapidChart MCP Servergenerate a class diagram from my User model in models.py"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RapidChart MCP Server
Model Context Protocol (MCP) server for RapidChart - Generate and manage diagrams directly from Cursor IDE.
Features
šØ Generate diagrams from code (Class, ER, Sequence, Architecture, etc.)
š Update existing diagrams with new code
š Organize diagrams in workspaces and folders
š¤ Support for multiple AI models (GPT-5, Claude, Gemini)
š Secure Bearer token authentication
š³ Respects your RapidChart credits and API keys
Installation
Or install from source:
Configuration
1. Generate API Token
Go to RapidChart Settings
Navigate to "API Tokens"
Click "Generate New Token"
Copy the token (starts with
rc_)
2. Configure Cursor
Add to your Cursor MCP settings (~/.cursor/mcp.json or workspace .cursor/mcp.json):
Usage
In Cursor
Once configured, you can use natural language:
Available Tools
list_models- Show available AI models and your creditslist_workspaces- List your workspaceslist_folders- List folders in a workspacelist_diagrams- Browse your diagramscreate_diagram- Generate diagram from codeget_diagram- Get specific diagram detailsupdate_diagram- Update diagram with new codedelete_diagram- Delete a diagrammove_diagram- Move diagram to different folder/workspace
Environment Variables
Variable | Required | Default | Description |
| ā Yes | - | Your RapidChart API token |
| No | Production URL | API base URL |
| No |
| Default diagram type |
| No | Auto | Default AI model ID |
| No |
| Enable multi-step thinking |
| No |
| Include diagram guidelines |
| No |
| Request timeout (seconds) |
Development
Known Issues
503 Timeout on Diagram Creation
Symptom: You get a 503 Service Unavailable error, but the diagram is created successfully.
Cause: Heroku has a 30-second router timeout. Complex diagrams can take 30-60+ seconds to generate.
Solution:
The diagram IS being created despite the error
Run
list_diagramsto see your newly created diagramThis is a Heroku limitation, not a bug in RapidChart
Workaround: Use simpler code or smaller diagrams for faster generation.
License
MIT
Support
š§ Email: hello@rapidchart.com
š Issues: GitHub Issues
š Docs: docs.rapidchart.com