mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 15:53:23 +02:00
22 lines
532 B
Markdown
22 lines
532 B
Markdown
# Example MCP servers 
|
||
|
||
Example servers for the Model Context Protocol, to demonstrate the kinds of things you can do!
|
||
|
||
## Getting started
|
||
|
||
Install from npm:
|
||
|
||
```sh
|
||
npm install -g @modelcontextprotocol/example-servers
|
||
```
|
||
|
||
Then, the example servers will be globally available on your PATH:
|
||
|
||
```sh
|
||
mcp-server-everything
|
||
mcp-server-postgres
|
||
# ...
|
||
```
|
||
|
||
Each server will operate differently. See the READMEs within [src](src/) for more information.
|