MCP.so
Sign In
Servers

MCP Python Function Generator Server

@Neshri

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "pythonFunctionGenerator": {
      "command": "uv",
      "args": [
        "run",
        "--project",
        "/path/to/your/project/MCP_Server",
        "mcp-function-generator"
      ]
    }
  }
}

More from Developer Tools