MultimateAi MCP Server For Telegram, Notion, Slack, Firecrawl, Google Sheet/Docs and n8n.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"multimate": {
"url": "https://narihito-mcp-servers.vercel.app/api/mcp",
"headers": {
"x-api-key": "your-api-key-if-configured(Ask Me If You Wanna Try)",
"x-n8n-url": "https://...",
"x-google-key": "-----BEGIN PRIVATE KEY-----\n...",
"x-n8n-api-key": "...",
"x-slack-token": "xoxb-...",
"x-google-email": "...@...iam.gserviceaccount.com",
"x-notion-token": "ntn_...",
"x-telegram-session": "..."
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server deployed on Vercel that provides AI assistants with tools to interact with:
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser
Browser automation with Puppeteer for web scraping and testing
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Self-hosted URL- and file-to-Markdown service for humans and AI agents - web pages, documents, images, audio, YouTube. PWA + REST + MCP + Claude Code skill, Reddit-aware, refreshable share links.
MCP Security Weekly
Get CVE alerts and security updates for MultimateAi MCPServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server deployed on Vercel that provides AI assistants with tools to interact with:
MCP_API_KEY environment variable in Vercel for authhttps://narihito-mcp-servers.vercel.app/api/mcp
Edit claude_desktop_config.json:
{
"mcpServers": {
"multimate": {
"url": "https://narihito-mcp-servers.vercel.app/api/mcp",
"headers": {
"x-api-key": "your-api-key-if-configured(Ask Me If You Wanna Try)",
"x-slack-token": "xoxb-...",
"x-notion-token": "ntn_...",
"x-telegram-session": "...",
"x-google-email": "...@...iam.gserviceaccount.com",
"x-google-key": "-----BEGIN PRIVATE KEY-----\n...",
"x-n8n-url": "https://...",
"x-n8n-api-key": "..."
}
}
}
}
Add to your VS Code settings or .vscode/mcp.json:
{
"servers": {
"multimate": {
"type": "url",
"url": "https://narihito-mcp-servers.vercel.app/api/mcp",
"headers": {
"x-api-key": "your-api-key-if-configured(Ask Me If You Wanna Try)",
"x-slack-token": "xoxb-...",
"x-notion-token": "ntn_..."
}
}
}
}
In Cursor settings → MCP Servers → Add new:
multimateurlhttps://narihito-mcp-servers.vercel.app/api/mcpclaude mcp add multimate --url https://narihito-mcp-servers.vercel.app/api/mcp
\
--header "x-api-key=..." \
--header "x-slack-token=..."
| Tool | Description |
|---|---|
send_message | Send a Telegram message to a user/group |
fetch_message | Fetch recent messages from a Telegram chat |
fetch_chat_user | List participants in a Telegram chat |
get_info | Get info about a Telegram entity |
list_chats | List all dialogs (users, groups, channels) with their ID, name, and type |
resolve_chat | Look up a chat by @username to get its numeric ID |
| Tool | Description |
|---|---|
read_slack_history | Read messages from a Slack channel |
send_slack_message | Post a message to a Slack channel |
list_conversations | List accessible Slack conversations |
get_user_info | Get details about a Slack user |
get_team_info | Get Slack workspace/team info |
| Tool | Description |
|---|---|
read_notion_page | Read a Notion page's title and content blocks |
update_notion_page | Update a Notion page title or archive it |
append_notion_blocks | Append content blocks to a Notion page |
create_new_page | Create a new Notion page under a parent |
create_notion_database | Create a Notion database with custom properties |
query_notion_database | Query a Notion database with filters & sorting |
add_notion_database_row | Add a row/entry to a Notion database |
| Tool | Description |
|---|---|
google_sheets_read | Read data from a Google Sheet range |
| `google_she |