Skip to main content
Glama

MCPServer

by ldilba

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 | sh

Source einstellen. Genauer Pfad wird aber auch angegeben.

source $HOME/.local/bin/env
cd /mnt/e/Programmierung/Python/MCPServer

.venv aufsetzen

.venv muss innerhalb der WSL erstellt werden

cd /mnt/e/Programmierung/Python/MCPServer
uv venv
source .venv/bin/activate

Pakete installieren

In der pyproject.toml sollte folgendes enthalten sein:

dependencies = [ "mcp[cli]>=1.11.0", ]
uv sync

MCP in Claude Desktop installieren

uv mcp install main.py

MCP 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-desktop

Aber hab ich noch nicht getestet.

Für globales siehe https://docs.anthropic.com/en/docs/claude-code/mcp

-
security - not tested
F
license - not found
-
quality - not tested

A setup guide for running a Model Completion Protocol (MCP) server in Windows Subsystem for Linux, enabling Claude AI integration with local Python code.

  1. UV installieren:
    1. .venv aufsetzen
      1. Pakete installieren
        1. MCP in Claude Desktop installieren
          1. MCP in Claude Code installieren

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
              Last updated -
              9
              10
              1
              JavaScript
            • -
              security
              A
              license
              -
              quality
              A Python-based MCP server that allows Claude and other LLMs to execute arbitrary Python code directly through your desktop Claude app, enabling data scientists to connect LLMs to APIs and executable code.
              Last updated -
              26
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A comprehensive MCP (Model Context Protocol) server for file system operations, providing Claude and other AI assistants with access to local files and directories.
              Last updated -
              1
              Python
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              Windows integration MCP server that enables Claude to interact with Windows system features including media playback control, notification management, window operations, screenshots, monitor control, theme settings, file opening, and clipboard access.
              Last updated -
              17
              Python
              MIT License

            View all related MCP servers

            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