MCP Server.exe

v1.0.0Developer Toolsstable

A powerful executable server for running Model Context Protocol services that supports tool chain execution, multiple MCP services management, and a pluggable tool system for complex automation workflows.

cursorexemcpmcp-clientmcp-servers
Share:
147
Stars
0
Downloads
0
Weekly
0/5

What is MCP Server.exe?

MCP Server.exe is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to powerful executable server for running model context protocol services that supports tool chain execution, multiple mcp services management, and a pluggable tool system for complex automation workflow...

A powerful executable server for running Model Context Protocol services that supports tool chain execution, multiple MCP services management, and a pluggable tool system for complex automation workflows.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A powerful executable server for running Model Context Proto

Use Cases

A powerful executable server for running Model Context Protocol services that su
shadowcz007

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-server-exe

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCP Server.exe

MCP Server.exe is a flexible executable MCP host that can load and run multiple MCP services simultaneously, chain tools together in automated sequences, and extend its capabilities through a JavaScript plugin system. It supports both SSE and stdio transport modes, integrates browser automation tools, enables cron-scheduled tool invocations with desktop or push notifications, and can connect to WebSocket-based AI backends like Xiaozhi. Developers who need to run several MCP servers under a single process, build complex tool-chain automations, or bridge Claude with WebSocket AI services use this server as an orchestration layer.

Prerequisites

  • Node.js 18+ with npm installed
  • Git to clone the repository
  • A modern browser if using browser automation tools
  • An MCP client such as Claude Desktop, Cursor, or any SSE-capable MCP client
1

Clone the repository

Download the mcp_server_exe source code from GitHub.

git clone https://github.com/shadowcz007/mcp_server_exe.git
cd mcp_server_exe
2

Install dependencies

Install Node.js dependencies with npm.

npm install
3

Create an MCP config file

Copy or create a config file that lists the MCP services you want the server to manage. The repository provides example configs in the examples/ directory.

cp examples/mcp.json ./my-mcp-config.json
# Edit my-mcp-config.json to list your desired MCP services
4

Start the server

Launch the server with your config file. By default it listens on port 3000 for SSE connections.

npx mcp_exe --mcp-config ./my-mcp-config.json
5

Add to your MCP client configuration

Point your MCP client to the running SSE endpoint. For clients that support remote SSE servers, use the server URL. For stdio-based clients, use the npx launch command.

{
  "mcpServers": {
    "mcp-server-exe": {
      "command": "npx",
      "args": ["mcp_exe", "--mcp-config", "/absolute/path/to/my-mcp-config.json"]
    }
  }
}
6

Optionally add custom JavaScript tools

Use the --mcp-js flag to load a custom tool definition file written in JavaScript, which the server dynamically registers as additional MCP tools.

npx mcp_exe --mcp-config ./my-mcp-config.json --mcp-js ./examples/custom-mcp-config.js

MCP Server.exe Examples

Client configuration

Example claude_desktop_config.json entry for MCP Server.exe running with a local config file.

{
  "mcpServers": {
    "mcp-server-exe": {
      "command": "npx",
      "args": ["mcp_exe", "--mcp-config", "/absolute/path/to/mcp_server_exe/examples/mcp.json"]
    }
  }
}

Prompts to try

Sample requests that exercise tool chaining, browser automation, and multi-service capabilities.

- "Navigate to https://example.com in the browser and take a screenshot."
- "Execute this JavaScript in the current browser tab: document.title"
- "Run tools A, B, and C in sequence, passing the output of each to the next."
- "List all MCP services currently loaded by the server."
- "Schedule a tool invocation for every day at 9am and send me a desktop notification when it completes."

Troubleshooting MCP Server.exe

Port 3000 is already in use when starting the server

Specify a different port using the --port flag: 'npx mcp_exe --mcp-config ./my-mcp-config.json --port 3001'. Update any client URLs to use the new port.

Custom JavaScript tools fail to load with syntax errors

Ensure your custom tool file (--mcp-js) uses valid CommonJS or ES module syntax compatible with your Node.js version. Test the file in isolation with 'node your-custom-config.js' before passing it to the server.

Browser automation tools (browser_navigate, browser_execute_javascript) return 'browser not initialized' errors

Browser tools require a Chromium-compatible browser to be installed. Ensure Playwright or Puppeteer dependencies are installed by running 'npm install' in the project directory, and that a supported browser binary is available on your system PATH.

Frequently Asked Questions about MCP Server.exe

What is MCP Server.exe?

MCP Server.exe is a Model Context Protocol (MCP) server that powerful executable server for running model context protocol services that supports tool chain execution, multiple mcp services management, and a pluggable tool system for complex automation workflows. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP Server.exe?

Follow the installation instructions on the MCP Server.exe GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCP Server.exe?

MCP Server.exe works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP Server.exe free to use?

Yes, MCP Server.exe is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-server-exe": { "command": "npx", "args": ["-y", "mcp-server-exe"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCP Server.exe?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides