Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lsp-mcp-python": {
"command": "uv",
"args": [
"run",
"lsp-mcp-python"
],
"env": {
"UV_PROJECT": "${CLAUDE_PLUGIN_ROOT}",
"UV_LINK_MODE": "copy",
"TOOLKIT_LSP_BACKEND": "ty",
"UV_WORKING_DIRECTORY": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
UV_PROJECT=${CLAUDE_PLUGIN_ROOT}UV_LINK_MODE=copyTOOLKIT_LSP_BACKEND=tyUV_WORKING_DIRECTORY=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub zaynram/code-marketplace --plugin python-toolkit