DOWNLOADS & INSTALLS

Install 0nMCP Anywhere

1,466 tools across 101 services. CLI, AI editors, ChatGPT, and custom apps.

FEATURED INTEGRATIONChatGPT
GPT

0nGPT

Use 1,466 0nMCP tools directly inside ChatGPT. OAuth 2.1 with PKCE, branded widget, full MCP tool execution. The first 0nMCP app integration.

Quick Install

npm
npm (Global)
Install globally. Run from anywhere.
npm install -g 0nmcp
npx
npx (Zero Install)
Run without installing. Always latest.
npx 0nmcp@latest
pnpm
pnpm
Fast, disk-efficient.
pnpm add -g 0nmcp
yarn
yarn
Classic package manager.
yarn global add 0nmcp

AI Platform Configs

C
Claude DesktopFull tool access in every Claude conversation

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "0nMCP": {
      "command": "npx",
      "args": ["-y", "0nmcp"]
    }
  }
}
CC
Claude CodeOne command — instant MCP tools

Add to Terminal:

claude mcp add 0nMCP -- npx -y 0nmcp
Cu
CursorAI editor with business tools

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "0nMCP": {
      "command": "npx",
      "args": ["-y", "0nmcp"]
    }
  }
}
W
WindsurfAI dev environment + orchestration

Add to ~/.windsurf/mcp.json:

{
  "mcpServers": {
    "0nMCP": {
      "command": "npx",
      "args": ["-y", "0nmcp"]
    }
  }
}
VS
VS CodeMCP tools in your editor

Add to .vscode/mcp.json:

{
  "mcpServers": {
    "0nMCP": {
      "command": "npx",
      "args": ["-y", "0nmcp"]
    }
  }
}

Apps & Integrations

GPT
0nGPTFEATURED

Use 0nMCP tools inside ChatGPT. OAuth 2.1, PKCE, branded widget. The first 0nMCP app integration.

0C
0nCore DashboardPRE-ORDER

Full CRM dashboard — AI automation, voice AI, courses, domains, pipeline. The business OS.

0D
0nDefenderADMIN

Patent intelligence & competitive monitoring. Daily scans. 4 threat vectors.

CC
CloudConvert

200+ format file conversion via natural language. PDF, DOCX, MP4, PNG.

LI
LinkedIn Suite

50 endpoints — ads, org pages, social posting, analytics, certifications.

CR
LinkedIn Reply Extension

Chrome extension for AI-powered LinkedIn replies. 5 tones, Groq-powered, free.

OC
OpenClawWARNING

Personal AI assistant for file management and smart home. Note: Cisco flagged critical security vulnerabilities.

Download unavailable — we'll update this link once the code is verified safe for our users. In the meantime, we recommend choosing a secure alternative.

Coming Soon

Ge
Gemini
Gr
Grok
Sl
Slack Bot
Di
Discord Bot
CR
CRM App
Za
Zapier

Build Your Own Integration

0nMCP is open source, MIT licensed. Build anything.

GitHubRequest Access