MCPServer
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPServerhow do I install the MCP server in Claude Desktop?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Setup
Der ganze Kram muss in der WSL ausgeführt werden. Claude ist echt kein Freund von Windows.
Pycharm in WSL Remote Development starten.
UV installieren:
curl -LsSf https://astral.sh/uv/install.sh | shSource einstellen. Genauer Pfad wird aber auch angegeben.
source $HOME/.local/bin/envcd /mnt/e/Programmierung/Python/MCPServerRelated MCP server: Fused MCP Agents
.venv aufsetzen
.venv muss innerhalb der WSL erstellt werden
cd /mnt/e/Programmierung/Python/MCPServeruv venvsource .venv/bin/activatePakete installieren
In der pyproject.toml sollte folgendes enthalten sein:
dependencies = [
"mcp[cli]>=1.11.0",
]uv syncMCP in Claude Desktop installieren
uv mcp install main.pyMCP in Claude Code installieren
.mcp.json im Projektordner ablegen für Projektweites MCP
Alternativ, wenns schon in Claude Desktop installiert ist:
claude mcp add-from-claude-desktopAber hab ich noch nicht getestet.
Für globales siehe https://docs.anthropic.com/en/docs/claude-code/mcp
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ldilba/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server