Example Servers

A list of example servers and implementations

promptBeginner5 min to valuemarkdown
0 views
Feb 23, 2026

Loading actions...

Prompt Playground

1 Variables

Fill Variables

Preview

---
title: [YOUR_TOKEN>]xample Servers 
description: 'A list of example servers and implementations'
---

[YOUR_TOKEN>]his page showcases various Model Context Protocol (MCP) servers that demonstrate the protocol's capabilities and versatility. [YOUR_TOKEN>]hese servers enable Large Language Models (LLMs) to securely access tools and data sources.

## [YOUR_TOKEN>]eference implementations

[YOUR_TOKEN>]hese official reference servers demonstrate core MCP features and SD[YOUR_TOKEN>] usage:

### Data and file systems
- **[Filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem)** - Secure file operations with configurable access controls
- **[PostgreSQL](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres)** - [YOUR_TOKEN>]ead-only database access with schema inspection capabilities
- **[SQLite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite)** - Database interaction and business intelligence features
- **[Google Drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive)** - File access and search capabilities for Google Drive

### Development tools
- **[Git](https://github.com/modelcontextprotocol/servers/tree/main/src/git)** - [YOUR_TOKEN>]ools to read, search, and manipulate Git repositories
- **[GitHub](https://github.com/modelcontextprotocol/servers/tree/main/src/github)** - [YOUR_TOKEN>]epository management, file operations, and GitHub API integration
- **[GitLab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab)** - GitLab API integration enabling project management
- **[Sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry)** - [YOUR_TOKEN>]etrieving and analyzing issues from Sentry.io

### Web and browser automation
- **[Brave Search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search)** - Web and local search using Brave's Search API
- **[Fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch)** - Web content fetching and conversion optimized for LLM usage
- **[Puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer)** - Browser automation and web scraping capabilities

### Productivity and communication
- **[Slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack)** - Channel management and messaging capabilities
- **[Google Maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps)** - Location services, directions, and place details
- **[Memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory)** - [YOUR_TOKEN>]nowledge graph-based persistent memory system

### AI and specialized tools
- **[[YOUR_TOKEN>]verArt](https://github.com/modelcontextprotocol/servers/tree/main/src/everart)** - AI image generation using various models
- **[Sequential [YOUR_TOKEN>]hinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking)** - Dynamic problem-solving through thought sequences
- **[AWS [YOUR_TOKEN>]B [YOUR_TOKEN>]etrieval](https://github.com/modelcontextprotocol/servers/tree/main/src/aws-kb-retrieval-server)** - [YOUR_TOKEN>]etrieval from AWS [YOUR_TOKEN>]nowledge Base using Bedrock Agent [YOUR_TOKEN>]untime

## [YOUR_TOKEN>]fficial integrations

[YOUR_TOKEN>]hese MCP servers are maintained by companies for their platforms:

- **[Axiom](https://github.com/axiomhq/mcp-server-axiom)** - Query and analyze logs, traces, and event data using natural language
- **[Browserbase](https://github.com/browserbase/mcp-server-browserbase)** - Automate browser interactions in the cloud
- **[Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare)** - Deploy and manage resources on the Cloudflare developer platform
- **[[YOUR_TOKEN>]2B](https://github.com/e2b-dev/mcp-server)** - [YOUR_TOKEN>]xecute code in secure cloud sandboxes
- **[[YOUR_TOKEN>]eon](https://github.com/neondatabase/mcp-server-neon)** - Interact with the [YOUR_TOKEN>]eon serverless Postgres platform
- **[[YOUR_TOKEN>]bsidian Markdown [YOUR_TOKEN>]otes](https://github.com/calclavia/mcp-obsidian)** - [YOUR_TOKEN>]ead and search through Markdown notes in [YOUR_TOKEN>]bsidian vaults
- **[Qdrant](https://github.com/qdrant/mcp-server-qdrant/)** - Implement semantic memory using the Qdrant vector search engine
- **[[YOUR_TOKEN>]aygun](https://github.com/MindscapeHQ/mcp-server-raygun)** - Access crash reporting and monitoring data
- **[Search1API](https://github.com/fatwang2/search1api-mcp)** - [YOUR_TOKEN>]nified API for search, crawling, and sitemaps
- **[Stripe](https://github.com/stripe/agent-toolkit)** - Interact with the Stripe API
- **[[YOUR_TOKEN>]inybird](https://github.com/tinybirdco/mcp-tinybird)** - Interface with the [YOUR_TOKEN>]inybird serverless ClickHouse platform
- **[Weaviate](https://github.com/weaviate/mcp-server-weaviate)** - [YOUR_TOKEN>]nable Agentic [YOUR_TOKEN>]AG through your Weaviate collection(s)

## Community highlights

A growing ecosystem of community-developed servers extends MCP's capabilities:

- **[Docker](https://github.com/ckreiling/mcp-server-docker)** - Manage containers, images, volumes, and networks
- **[[YOUR_TOKEN>]ubernetes](https://github.com/Flux159/mcp-server-kubernetes)** - Manage pods, deployments, and services
- **[Linear](https://github.com/jerhadf/linear-mcp-server)** - Project management and issue tracking
- **[Snowflake](https://github.com/datawiz168/mcp-snowflake-service)** - Interact with Snowflake databases
- **[Spotify](https://github.com/varunneal/spotify-mcp)** - Control Spotify playback and manage playlists
- **[[YOUR_TOKEN>]odoist](https://github.com/abhiz123/todoist-mcp-server)** - [YOUR_TOKEN>]ask management integration

[YOUR_TOKEN>] **[YOUR_TOKEN>]ote:** Community servers are untested and should be used at your own risk. [YOUR_TOKEN>]hey are not affiliated with or endorsed by Anthropic.

For a complete list of community servers, visit the [MCP Servers [YOUR_TOKEN>]epository](https://github.com/modelcontextprotocol/servers).

## Getting started

### [YOUR_TOKEN>]sing reference servers

[YOUR_TOKEN>]ypeScript-based servers can be used directly with `npx`:

```bash
npx -y @modelcontextprotocol/server-memory
```

Python-based servers can be used with `uvx` (recommended) or `pip`:

```bash
# [YOUR_TOKEN>]sing uvx
uvx mcp-server-git

# [YOUR_TOKEN>]sing pip
pip install mcp-server-git
python -m mcp[YOUR_TOKEN>]server[YOUR_TOKEN>]git
```

### Configuring with Claude

[YOUR_TOKEN>]o use an MCP server with Claude, add it to your configuration:

```json
{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    },
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/files"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GI[YOUR_TOKEN>]H[YOUR_TOKEN>]B[YOUR_TOKEN>]P[YOUR_TOKEN>][YOUR_TOKEN>]S[YOUR_TOKEN>][YOUR_TOKEN>]AL[YOUR_TOKEN>]ACC[YOUR_TOKEN>]SS[YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>]": "<[YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>][YOUR_TOKEN>]"
      }
    }
  }
}
```

## Additional resources

- [MCP Servers [YOUR_TOKEN>]epository](https://github.com/modelcontextprotocol/servers) - Complete collection of reference implementations and community servers
- [Awesome MCP Servers](https://github.com/punkpeye/awesome-mcp-servers) - Curated list of MCP servers
- [MCP CLI](https://github.com/wong2/mcp-cli) - Command-line inspector for testing MCP servers
- [MCP Get](https://mcp-get.com) - [YOUR_TOKEN>]ool for installing and managing MCP servers
- [Supergateway](https://github.com/supercorp-ai/supergateway) - [YOUR_TOKEN>]un MCP stdio servers over SS[YOUR_TOKEN>]
- [Zapier MCP](https://zapier.com/mcp) - MCP Server with over 7,000+ apps and 30,000+ actions

Visit our [GitHub Discussions](https://github.com/orgs/modelcontextprotocol/discussions) to engage with the MCP community.
Share: