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: Scenario Word
.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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceAn MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.Last updated13
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.Last updated
- FlicenseCqualityDmaintenanceA Python implementation of the Model Context Protocol (MCP) that connects client applications with AI models, primarily Anthropic's models, with setup instructions for local development and deployment.Last updated4
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to execute bash commands and scripts in WSL2 Linux distributions on Windows.Last updated6MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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