MCP (Model Context Protocol) servers let AI agents reach beyond the codebase. They connect your agent to external APIs, databases, search engines, and services through a standardized protocol — so the agent can actually take action, not just write code.
1042 servers
This is an MCP server for Attio, the AI-native CRM. It allows mcp clients (like Claude) to connect to the Attio API. - [x] reading company records - [x] reading company notes - [x] writing company notes - [ ] other activities You will need: - ATTIOAPIKEY This is expected to be a bearer token which means you can get one through the API Explorer on the right hand side or configure OAuth and retrieve
Spotify MCP Server A lightweight Model Context Protocol (MCP) server that enables AI assistants like Cursor & Claude to control Spotify playback and manage playlists. - Example Interactions - Read Operations - Album Operations - Play / Create Operations - Prerequisites - Installation - Creating a Spotify Developer Application - Spotify API Configuration - Authentication Process - Integrating with
MCP server for Google Keep 1. Add the MCP server to your MCP servers: 2. Add your credentials: GOOGLEEMAIL: Your Google account email address GOOGLEMASTERTOKEN: Your Google account master token Check https://gkeepapi.readthedocs.io/en/latest/obtaining-a-master-token and https://github.com/simon-weber/gpsoauth?tab=readme-ov-filealternative-flow for more information. find: Search notes with optional
mcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation of Dify workflows, supporting the on-demand operation of multiple custom Dify workflows. - "base-url":"http://localhost/v1" The base URL of the Dify platform api server url. - "command":"mcp-difyworkflow-server" You can specify the absolute path for the compiled binary, or create a symbolic link wit
A Model Context Protocol (MCP) server implementation that provides the LLM an interface for visualizing data using Vega-Lite syntax. The server offers two core tools: - Save a table of data agregations to the server for later visualization - name (string): Name of the data table to be saved - data (array): Array of objects representing the data table - Returns: success message - visualizedata - Vi
A Model Context Protocol server for calculating. This server enables LLMs to use calculator for precise numerical calculations. - calculate - Calculates/evaluates the given expression. - expression (string, required): Expression to be calculated When using uv no specific installation is needed. We will use uvx to directly run mcp-server-calculator. Alternatively you can install mcp-server-calculat
Keep an eye on your API usage. Add the following to your Claude Desktop config file: macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json Windows: %APPDATA%\Claude\claudedesktopconfig.json For local development, use the path to your local repository: - For security reasons, it's best to keep versions pinned and manually update them. All tools have been implemented and tested ✅ - ✅
Model Context Protocol (MCP) server integrating with the Miro platform. It enables AI assistants (like Claude) to access Miro boards and manage their content through a standardized interface. - Node.js v16 or newer installed - Miro account with API token 1. Go to the Miro Developer Portal 2. Create a new app or use an existing one 3. Make sure to create token with permission selected below 4. Gene
A Model Context Protocol (MCP) server implementation that enables AI assistants to search and reference Kibela content. This setup allows AI models like Claude to securely access information stored in Kibela. The mcp-kibela server provides the following features: - Note Search: Search Kibela notes by keywords - My Notes: Fetch your latest notes - Note Content: Get note content and comments by ID -
MCP server for interacting with RabbitMQ
Typst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server provides tools for converting between LaTeX and Typst, validating Typst syntax, and generating images from Typst code. The server provides the following tools: 1. listdocschapters(): Lists all chapters in the Typst documentation. - Lets the LLM
A Model Context Protocol (MCP) server that enables LLMs to interact with Plane.so, allowing them to manage projects and issues through Plane's API. Using this server, LLMs like Claude can directly interact with your project management workflows while maintaining user control and security. - List all projects in your Plane workspace - Get detailed information about specific projects - Create new is
Time MCP Server A Model Context Protocol server that enables AI assistants to interact with time The Time MCP Server is a Model Context Protocol (MCP) server that provides AI assistants and other MCP clients with standardized tools to perform time and date-related operations. This server acts as a bridge between AI tools and a robust time-handling backend, allowing for complex time manipulations t
Talk to Jira This is a TypeScript-based MCP server that provides tools to interact with Jira. It demonstrates core MCP concepts by providing: - Tools for executing JQL queries - Tools for creating, editing, and deleting Jira tickets - Tools for listing Jira projects and statuses - Purpose: Run a JQL query. - Parameters: jql, numberofresults (default: 1). - Purpose: Fetch ticket name and descriptio
godoc-mcp is a Model Context Protocol (MCP) server that provides efficient access to Go documentation. It helps LLMs understand Go projects by providing direct access to package documentation without needing to read entire source files. godoc-mcp can vastly improve the performance of using LLMs to develop in Go by substantially reducing the number of tokens needed to understand and make use of Go
A Model Context Protocol (MCP) server that lets you seamlessly use OpenAI's models right from Claude. - Direct integration with OpenAI's chat models - Support for multiple models including: - gpt-4o-mini - o1-preview - Simple message passing interface - Basic error handling - Node.js >= 18 (includes npm and npx) - Claude Desktop app - OpenAI API key First, make sure you've got the Claude Desktop a
This project implements a Model Context Protocol (MCP) server that acts as a bridge to interact with the Coda API. It allows an MCP client (like an AI assistant) to perform actions on Coda pages, such as listing, creating, reading, updating, duplicating, and renaming. The server exposes the following tools to the MCP client: - codalistdocuments: Lists all documents available to the user. - codalis
Generates customer-ready roadmap views and launch timelines from ProductPlan for Sales and Customer Success teams. Use when preparing for customer calls, sharing product direction, or answering "when will feature X ship?" questions.
An unofficial CellarTracker Remote MCP Server hosted on Cloudflare Workers. This will deploy your MCP server to a URL like: cellartracker. .workers.dev/mcp
A Wolfram Alpha-like skill for solving mathematical problems, converting units, and retrieving factual data.
An MCP (Model Context Protocol) server that enables AI assistants to interact with TheBrain's knowledge management system. This server provides comprehensive access to TheBrain's API, focusing on natural language interaction with TheBrain's powerful knowledge management capabilities. MCP (Model Context Protocol) is a standard that lets AI assistants like Claude connect to external tools and servic
arcticdb-mcp An MCP server for structured read/write access to ArcticDB. Overview • Quick Start • Configuration • Development arcticdb-mcp turns ArcticDB into an AI data copilot. Assistants can automate symbol updates, batch jobs, and time-series queries while built-in versioning protects every change. Go from question to data change in minutes, not scripts, with full traceability. You can also de
A Model Context Protocol (MCP) server that provides comprehensive access to SendGrid's API v3 for email marketing, transactional email operations, dynamic template management, and detailed analytics. Features 59 tools covering all aspects of email management and performance analysis. Then configure with your preferred MCP client (see configuration examples below). ✅ Claude Desktop - Official deskt
Finally, MCP servers & commands that just work on Windows. Every MCP server README assumes macOS or Linux. You copy the config, paste it in, and nothing happens — because npx, uvx, and friends are .cmd batch shims on Windows, not real executables. mcp2win fixes this by wrapping commands with cmd.exe /c so your MCP servers actually start. Works with Claude Code/Desktop, VS Code, Cursor, Zed, Amazon