What is an MCP server?
An MCP server is a program built on the Model Context Protocol that wraps a tool, data source, or API — like file access, a database, or web search — into a capability an AI assistant can discover and call.
Discover awesome MCP servers.
cote
Example MCP Server tools for playing D&D with generative AIs. This project is for educational purposes so little attention is given to good code design.
yourtechtribe
Model Context Protocol (MCP) server for Odoo integration for finance, allowing AI agents to access and manipulate Odoo data through a standardized interface.
crowecawcaw
Turn click CLIs into MCP servers with one line of code
daisys-ai
The Daisys mcp server
firefly0512
使用 Spring AI 整合 MCP 服务,包括 MCP server 和 deepseek client
Jellyfish-AI
Jellyfish MCP server
readingdancer
MCP server to connect to the Teamwork API
Vizioz
MCP server to connect to the Teamwork API
kikuchy
A MCP server that helps you find and search for packages on pub.dev through natural language queries
interiv
实现pc端微信的mcp服务功能
idcdev
An MCP (Model Context Protocol) server for accessing and searching Magic UI components
doitintl
DoiT official MCP Server
QAInsights
A Model Context Protocol (MCP) server implementation for running Locust load tests. This server enables seamless integration of Locust load testing capabilities with AI-powered development environments.
papersflow-ai
papersflow-mcp is PapersFlow’s production MCP server for literature search, citation verification, related-paper discovery, and authenticated research workflows across Claude, Codex, Gemini, and other MCP clients.
NexusX-MCP
An MCP server implementation that provides tools for interacting with the [Twitter/X API v2](https://docs.x.com/x-api/introduction).
nacal
dcSpark
sergiobayona
A server implementation for the Model Context Protocol (MCP) in Ruby.
wangzhaobo168
srobbin
PhialsBasement
MCP server that allows Claude to have a voice.
bsmi021
A Model Context Protocol (MCP) server for web content scanning and analysis. This server provides tools for fetching, analyzing, and extracting information from web pages.
powerdrillai
The MCP server for Powerdrill API.
MCP server for writing Devvit applications
naebo
An external reconnaissnce MCP server for offensive security engagements
Co5mos
uncover mcp server
StacklokLabs
An MCP (Model Context Protocol) server that provides tools for querying OCI registries and image references.
ThomasMarches
A Model Context Protocol (MCP) server for Substrate blockchains, written in Rust and interfacing the subxt crate.
Jay4242
An attempt at MCP servers for Goose
dojoengine
Sensei MCP is a Model Context Protocol (MCP) server that provides expert guidance for Dojo and Cairo development on Starknet.
kj455
MCP server implementation that enables AI assistants to search and reference Kibela content
Daniboycg
PhialsBasement
Pull pagespeed data using this MCP server.
aviaryhq
Official MCP server for Cloudglue API
msr2903
This is a Model Context Protocol (MCP) server that provides real time data from Japan’s Mercari (jp.mercari.com). It allows you to retrieve information about product and prices (more to come) to be analyzed by LLM.
wangtsiao
Beyond-Network-AI
An Extensible Model Context Protocol (MCP) server
ahmad2x4
iocanel
A simple backstage mcp server using quarkus-backstage
OpenLinkSoftware
Java based Model Context Procotol (MCP) Server for JDBC
scrapezy
chenmingyong0423
An MCP Server that provides IP geolocation lookup (country, region, city, etc.) via ip-api.com.
stefanerd
MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data
decentralized-mcp
A collection of "agentic" MCP servers
novitalabs
The Model Context Protocol (MCP) server that provides seamless interaction with Novita AI platform resources
AidenYangX
MCP Server for the Mapbox API.
qmatteoq
This project demonstrates a Model Context Protocol (MCP) server and client implementation in .NET
inakianduaga
Clockify Model Context Protocol (MCP) server
root-signals
MCP for Scorable Evaluation Platform
jerpint
MCP server for aiding with literature reviews
Seelly
A mcp servers for academic paper search. The datasource incloude arxiv,semantic.crossref,scopus,adsabs and scihub
piebro
An MCP (Model Context Protocol) Server to play and control movies using VLC.
openSVM
Solana Protocol Design for Agent and MCP Server Registries
safedep
Model Context Protocol (MCP) server to pin components to their immutable version
ramakay
A Shopify MCP Server built to interact with Mock.shop
itsaphel
Ergonomic framework to write MCP Servers in Rust
jakkaj
An MCP server for running Argo workflows, written in Golang
RomThpt
jinzcdev
《从原理到实战:掌握 MCP》系列文章的示例代码库
beverm2391
An mcp server to inject raw chain of thought tokens from a reasoning model.
Common questions about MCP servers, tools, and integrations
An MCP server is a program built on the Model Context Protocol that wraps a tool, data source, or API — like file access, a database, or web search — into a capability an AI assistant can discover and call.
Every server's detail page includes ready-to-paste config snippets for Claude Desktop, Cursor, VS Code, and other common clients — most installs take just a couple of minutes.
Most servers listed here are free and open source. Some wrap third-party APIs (cloud services, paid data providers, etc.) that require your own API key or subscription.
A local MCP server runs on your device and usually connects over stdio, giving you more direct control over data but requiring a runtime and installation. A remote MCP server is hosted by a provider and connects over HTTP, making setup easier while adding network and provider availability dependencies.
Claude Desktop, Claude Code, Cursor, VS Code, Codex, and other AI clients that support the Model Context Protocol can connect to MCP servers. Configuration formats and supported transports vary by client.
Review the source repository, maintenance activity, dependencies, requested permissions, and data-handling documentation before installation, and prefer official or trusted maintainers. Use least-privilege credentials for sensitive access such as files, databases, shells, and production systems.