Interact with any other SaaS applications on behalf of your customers.
This is an implementation of the MCP (Model Context Protocol) server that exposes tools powered by Integration App. It allows clients to connect and access tools from active connections, using the MCP SSE transport.
To implement your own MCP client, see our example AI Chat Agent:
Clone the repository:
git clone https://github.com/integration-app/mcp-server
cd mcp-server
Install dependencies:
npm install
Build the project:
npm run build
To run the server locally, start it with:
npm start
The server will run on http://localhost:3000
.
To deploy the server to a production environment (e.g., Heroku), follow these steps:
Ensure your environment variables are set:
PORT
: The port on which the server will run (default: 3000)NODE_ENV
: Set to production
for production environmentsDeploy your application using your preferred hosting service (e.g., Heroku, AWS, etc.).
Once deployed, your server will be accessible at a URL like:
https://your-app-name.herokuapp.com/
To connect to the MCP server, use the following URL format:
https://your-app-name.herokuapp.com/sse?token=YOUR_TOKEN
Or, if the server is running locally:
http://localhost:3000/sse?token=YOUR_TOKEN
Replace YOUR_TOKEN with a valid Integration App Token. You can get a Test Access Token from the Integration App Console by navigating to Settings > Testing > Test Access Token.
To use this server with Cursor, update the ~/.cursor/mcp.json
file:
{
"mcpServers": {
"integration-app": {
"url": "https://your-app-name.herokuapp.com/sse?token=YOUR_TOKEN"
}
}
}
Restart Cursor for the changes to take effect.
Anthropic only allows SSE MCP tranports to Claude with MAX plan or higher. To use this server with Claude, update the config file (Settings > Developer > Edit Config):
{
"mcpServers": {
"integration-app": {
"url": "https://your-app-name.herokuapp.com/sse?token=YOUR_TOKEN"
}
}
}
Retrieving and analyzing issues from Sentry.io
Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
Core AWS MCP server providing prompt understanding and server management capabilities.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Generate images using Amazon Nova Canvas with text prompts and color guidance.
MCP Server that connects AI agents to Chargebee platform.
Predict anything with Chronulus AI forecasting and prediction agents.
Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.
Access real-time DEX analytics across 20+ blockchains with DexPaprika API, tracking 5M+ tokens, pools, volumes, and historical market data. Built by CoinPaprika.