Rapid Platform MCP Server
Allows LLMs to interact with the Rapid Platform API, enabling operations on lists, items, views, and webhooks.
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., "@Rapid Platform MCP ServerWhat lists are available in my workspace?"
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.
Rapid Platform MCP Server
An MCP (Model Context Protocol) server that enables agentic LLMs to interact with the Rapid Platform API.
Tools
Tool | Description |
| Get all available lists (tables) |
| Get all views for a specific list |
| Get the schema (fields/types) for a list |
| Get the schema for a single item from a list |
| Get items from a list with OData filtering, selection, pagination |
| Get a specific item by ID |
| Create a new item in a list |
| Update an existing item |
| Create a webhook for list events |
Related MCP server: n8n Manager for AI Agents
Setup
Prerequisites
Node.js 18+
A Rapid Platform account with API access
Install and Build
npm install
npm run buildConfiguration
Set these environment variables:
Variable | Required | Description |
| Yes | OAuth2 Bearer token for authentication |
| Yes | Your Rapid Platform tenant ID |
| No | Your Rapid Platform site ID |
| No | API base URL (defaults to |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rapid-platform": {
"command": "node",
"args": ["/path/to/rapid-platform-mcp-server/dist/index.js"],
"env": {
"RAPID_ACCESS_TOKEN": "your-token-here",
"RAPID_TENANT_ID": "your-tenant-id",
"RAPID_SITE_ID": "your-site-id"
}
}
}
}Usage with Claude Code
claude mcp add rapid-platform -- node /path/to/rapid-platform-mcp-server/dist/index.jsSet the environment variables in your shell before launching Claude Code, or pass them inline.
Development
npm run dev # Watch mode - recompiles on changes
npm run build # One-time build
npm start # Run the serverThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rapidmitch/rapid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server