MCP4Humans - Model Context Protocol Client for VS Code
MCP4Humans is a user-friendly VS Code extension that allows you to connect to and interact with Model Context Protocol (MCP) servers directly from your editor. It provides an intuitive interface for managing MCP servers, executing tools, and viewing results.
What is MCP?
The Model Context Protocol (MCP) is an open standard for AI tools and agents to interact with external systems. It enables AI models to access tools, resources, and capabilities beyond their training data, such as:
Retrieving information from databases or the web
Executing code
Accessing file systems
Interacting with APIs
And much more
Features
Easy Server Management
Add, edit, and delete MCP server configurations
Connect to both local (stdio) and remote HTTP MCP servers (SSE or StreamableHTTP)
View server connection status at a glance
Tool Execution
Browse available tools from connected MCP servers
Execute tools with a simple form interface
View tool execution results in a collapsible panel
Work with multiple servers in parallel
View raw logs for main events in a tree view format for easy consumption
Seamless Integration
Access MCP servers directly from the VS Code sidebar
Persistent storage of server configurations
Intuitive UI
Getting Started
Install the MCP4Humans extension from the VS Code Marketplace
Click the MCP4Humans icon in the activity bar to open the MCP Servers view
Click "+ Add Server" to add a new MCP server
Fill in the server details:
You may start by pasting the usual JSON configurations in the JSON box and letting it populate part of the form for you.
Fill in the rest as needed.
Click "Connect" to test and save the server configuration
Click on a server in the list to view and execute available tools
Supported Server Types
Local (stdio) Servers
MCP4Humans supports local MCP servers that communicate via standard input/output (stdio). You can configure:
Command: The executable to run (e.g., python, node, uv)