What is the MCP Stdio MCP server?
Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers
How to install MCP Stdio
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-stdio": {
"command": "uvx",
"args": [
"mcp-stdio"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-stdio": {
"command": "uvx",
"args": [
"mcp-stdio"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-stdio": {
"command": "uvx",
"args": [
"mcp-stdio"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-stdio": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-stdio"
]
}
}
}Claude Code
claude mcp add mcp-stdio -- uvx mcp-stdioRelated MCP servers
MCP server for Aruba Central: expose AP, switch, and client status to AI assistants
View repository →MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)
View repository →MCP server for retrieving Japanese stock market data via J-Quants API v2
View repository →