Back to Apps

Paragon MCP
Supports UIby useparagon
Connect your AI agent to 130+ SaaS integrations via ActionKit for automated cross-app workflows.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Paragon MCP integrates AI agents with ActionKit, providing a unified interface to trigger actions across 130+ third-party SaaS applications. It allows agents to interact with tools like Google Calendar, Salesforce, and Slack without needing individual API integrations for each.
Tools
- Integration Actions: Execute prebuilt actions from the Paragon library across various SaaS platforms.
- Custom OpenAPI Actions: Supports augmenting the toolset with custom OpenAPI specifications.
- Proxy API Tool: (Experimental) Allows agents to write direct API requests to connected accounts.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"paragon": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:3001/sse"]
}
}
}
Supported hosts
- Claude
- Cursor
Quick install
npm run startInformation
- Pricing
- freemium
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{"mcpServers": {"mcp-actionkit-dev": {"url": "http://localhost:3001/sse?user=[user-id]"}}}Claude Desktop
{"mcpServers": {"paragon": {"command": "npx", "args": ["mcp-remote", "http://localhost:3001/sse"]}}}





