mcp4humans
User-friendly client for Model Context Protocol (MCP) servers - connect, manage, and execute MCP tools directly in VS Code
GitHub Stars
1
User Rating
Not Rated
Favorites
0
Views
2
Forks
1
Issues
0
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
) - Arguments: Command-line arguments (e.g.,
run
,server.py
) - Working Directory: For local installations or development.
- Environment Variables: Custom environment variables to pass to the server process.
Remote HTTP Servers
MCP4Humans also supports remote MCP servers that communicate via Server-Sent Events (SSE) or Streamable HTTP. You can configure:
- URL: The server endpoint (format:
http(s)://{host}:{port}/sse
orhttp(s)://{host}:{port}/mcp
) - Headers: Custom HTTP headers for authentication or other purposes
Requirements
- VS Code 1.96.3 or higher (Compatible with latest Cursor and VSCode)
- An MCP-compatible server to connect to
Feedback and Contributions
- File issues and feature requests on our GitHub repository
- Contribute to the development by submitting pull requests
License
This extension is licensed under the MIT License. See the LICENSE file for details.
Enjoy using MCP4Humans!