my-mcp-lab
A lab project for setting up an SSE-based MCP server.
What
This project provides instructions and configuration to run an SSE MCP server for integrating with MCP clients.
How
- Setup environment:
uv init <project_name> && cd <project_name> && uv add "mcp[cli]" httpx - Start SSE server:
uv run <mcp_sse_server.py> - Configure clients (e.g., Trae, Claude Desktop) with the provided JSON config or endpoint URL.
Note
Replace <mcp_sse_server.py> with your actual server script file.
Recommend MCP Servers 💡
mcp-server-tft
An MCP server for Team Fight Tactics (TFT) that provides access to TFT game data including match history and details
gibwork-mcp
An MCP server for managing tasks (create, retrieve, search) on the GibWork platform via the Model Context Protocol
list-current-dir-files
An example MCP server built with Foxy Contexts, demonstrating how to list current directory files.
svngoku/mcp-docker-code-interpreter
A secure Docker-based code execution sandbox MCP server.
@tsavo/creatify-mcp
Enterprise-grade MCP Server for Creatify AI, providing 12 AI video generation tools with complete API coverage.
mcp-pandoc
MCP server for document format conversion using pandoc.