mcp-servers
@getjotsu
About mcp-servers
This is a collection of example MCP Servers for development.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-servers?
A collection of example Model Context Protocol (MCP) servers for development. It includes a basic "hello" server and an "oauth2" server that uses Discord as a pass-through authentication server, plus a command-line client for testing.
How to use mcp-servers?
Refer to each server’s individual README for setup and usage. A simple CLI client is available at client/main.py, which wraps mcp.streamable_client and jotsu-mcp with click commands. Other CLI clients may not work well with streamable‑HTTP servers.
Key features of mcp-servers
- Collection of example MCP servers for development
- Includes basic “hello” server with a single tool
- OAuth2 server using Discord as pass-through auth
- Simple CLI client for testing servers
- Client built on
mcp.streamable_clientandjotsu-mcp - Each server has its own README with details
Use cases of mcp-servers
- Learning how to build or integrate MCP servers
- Testing OAuth2 flows with Discord as identity provider
- Experimenting with streamable‑HTTP MCP transports
- Developing and debugging MCP clients and servers
FAQ from mcp-servers
What is the difference between the “hello” and “oauth2” servers?
The “hello” server provides a single basic tool and is meant as a starting point. The “oauth2” server adds full OAuth2 support using Discord as the backend authentication provider.
What runtime or dependencies are required?
The README does not list specific runtime requirements, but the client is written in Python and uses mcp.streamable_client, jotsu-mcp, and click. Check each server’s README for its own dependencies.
Where does data live or how is authentication handled?
No data storage is mentioned. The OAuth2 server uses Discord as a pass-through auth server, so authentication tokens are handled via Discord’s OAuth2 flow.
Are there known limitations?
Other CLI clients (besides the provided one) may not work well with streamable‑HTTP MCP servers.
How do I run the client?
Use client/main.py directly; it is a thin wrapper around mcp.streamable_client and jotsu-mcp with click commands.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments