OneMCP Hub

v1.0.0APIsstable

OneMCP feature requests, bugs and improvements

aidesktop-appllmmcpmcp-server
Share:
78
Stars
0
Downloads
0
Weekly
0/5

What is OneMCP Hub?

OneMCP Hub is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to onemcp feature requests, bugs and improvements

OneMCP feature requests, bugs and improvements

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

Features

  • OneMCP feature requests, bugs and improvements

Use Cases

MCP server registry and hub
Feature requests and community feedback
ipenywis

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 9, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx onemcp-hub

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 OneMCP Hub

OneMCP Hub is the community repository for OneMCP — a desktop application that serves as a centralized platform for discovering, installing, and managing MCP servers. The Hub repository itself is the feedback and issue-tracking portal where users report bugs, request new MCP server additions to the platform, and propose feature improvements for the OneMCP desktop app. Developers and AI enthusiasts use OneMCP to manage multiple MCP server connections from a single GUI rather than hand-editing JSON config files across different AI clients.

Prerequisites

  • A GitHub account to submit issues and feature requests to the OneMCP Hub
  • The OneMCP desktop application installed from onemcp.io
  • An MCP-compatible AI client such as Claude Desktop or Cursor that OneMCP manages connections for
1

Visit the OneMCP website and download the desktop app

Go to onemcp.io and download the OneMCP desktop application for your operating system. OneMCP provides a GUI for managing MCP server connections across supported AI clients.

2

Install and launch the OneMCP desktop application

Install the downloaded application and open it. OneMCP will detect your installed AI clients and present an interface for browsing and installing MCP servers from its registry.

3

Browse and install MCP servers through OneMCP

Use the OneMCP interface to search for MCP servers by category or name. Click Install on any server and OneMCP will handle the configuration automatically — no manual JSON editing required.

4

Configure which AI clients receive the MCP connection

OneMCP lets you choose which installed clients (Claude Desktop, Cursor, etc.) should have access to each MCP server. Toggle clients on or off per server from the management interface.

5

Report issues or request new MCP servers via GitHub

If you encounter a bug or want a new MCP server added to the platform, open an issue at the OneMCP Hub repository using the Bug Report or Feature Request templates.

OneMCP Hub Examples

Client configuration

OneMCP manages MCP client configs automatically. If you need to reference the OneMCP hub server directly via npx, use this config format in your claude_desktop_config.json.

{
  "mcpServers": {
    "onemcp-hub": {
      "command": "npx",
      "args": ["onemcp-hub"],
      "env": {}
    }
  }
}

Prompts to try

Once OneMCP is set up and MCP servers are installed through it, interact with those servers through your AI client.

- "What MCP servers do I have installed through OneMCP?"
- "Show me which AI clients have access to my configured MCP servers"
- "Help me report a bug: OneMCP is not detecting my Claude Desktop installation"
- "What new MCP servers should I request for OneMCP to support?"

Troubleshooting OneMCP Hub

OneMCP does not detect my Claude Desktop installation

Ensure Claude Desktop is installed in the default location. On macOS this is /Applications/Claude.app; on Windows it is in %LOCALAPPDATA%\Programs\Claude. If installed elsewhere, check the OneMCP settings for a manual path override or report it as a bug at the Hub repository.

MCP server installed through OneMCP does not appear in Claude Desktop

Restart Claude Desktop after making changes through OneMCP, as most MCP clients only read their config file on startup. Also verify that OneMCP has write permission to the Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).

npx onemcp-hub fails with package not found

The OneMCP Hub repository is primarily a community issue tracker, not a published npm package. Use the OneMCP desktop application from onemcp.io instead of attempting to run it via npx.

Frequently Asked Questions about OneMCP Hub

What is OneMCP Hub?

OneMCP Hub is a Model Context Protocol (MCP) server that onemcp feature requests, bugs and improvements It connects AI assistants to external tools and data sources through a standardized interface.

How do I install OneMCP Hub?

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

Which AI clients work with OneMCP Hub?

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

Is OneMCP Hub free to use?

Yes, OneMCP Hub is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More APIs MCP Servers

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

Quick Config Preview

{ "mcpServers": { "onemcp-hub": { "command": "npx", "args": ["-y", "onemcp-hub"] } } }

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

Read the full setup guide →

Ready to use OneMCP Hub?

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