Command Palette

Search for a command to run...

UnylyUnyly
Browse all

mcp-assistant

FreeNot checked

# MCP Assistant MCP Assistant provides access to **100+ MCP servers** like GitHub, Notion, Zapier, Supabase, etc. * **Connect & Manage Integrations**: You can…

Embed

About

MCP Assistant MCP Assistant provides access to 100+ MCP servers like GitHub, Notion, Zapier, Supabase, etc. * Connect & Manage Integrations: You can configure and connect these integrations/connectors directly from the MCP Assistant Dashboard. * Advanced Features: It exposes meta-tools for dynamic MCP discovery and a CodeMode tool that executes programs inside a secure sandbox for programmatic tool calling, workflow execution, and result processing, avoiding expensive LLM tool-calling loops. ## Endpoint Use this URL with your Assistant such as (OpenCode, Cursor, Codex, ClaudeCode, Antigravity etc.): text https://api.mcp-assistant.in/mcp --- ## Key Features * Unified Gateway: Access 100+ third-party integrations (GitHub, Notion, Zapier, Slack, Discord, Supabase) through a single endpoint. * Dynamic Tool Discovery: Run semantic searches across all connected tool schemas. * CodeMode Sandbox: Execute JavaScript/TypeScript scripts on the server side using the @mcp-ts/codemode secure sandbox. Run multi-step programmatic workflows or batch actions directly from a single LLM request to avoid expensive round-trips. * Standard OAuth Authentication: Fully compatible with client-side OAuth handlers—log in securely via your browser to authorize access to your integrations. --- ## Primary Tools Provided | Tool | Description | | :--- | :--- | | search_mcp_tools | Performs a semantic/phrase search across all your connected tools and returns normalized discovery results. | | get_mcp_tool_schema | Retrieves the exact input/output JSON schemas and execution helper details for any tool. | | codemode_run | Instantly executes a script inside the CodeMode sandbox to chain multiple tool calls, format outputs, or filter large responses. | | list_mcp_servers | Lists all connected MCP servers and the number of tools each provides. | --- ## Client Configuration ### VS Code Add the server connection to your VS Code settings: json { "servers": { "mcp-assistant": { "type": "http", "url": "https://api.mcp-assistant.in/mcp" } } } ### Cursor / Antigravity / Claude Desktop Add to your client configuration file: json { "mcpServers": { "mcp-assistant": { "url": "https://api.mcp-assistant.in/mcp" } } }

Install mcp-assistant in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-assistant

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-assistant -- npx -y @smithery/cli run zonlabs/mcp_assistant

Step-by-step: how to install mcp-assistant

FAQ

Is mcp-assistant MCP free?

Yes, mcp-assistant MCP is free — one-click install via Unyly at no cost.

Does mcp-assistant need an API key?

No, mcp-assistant runs without API keys or environment variables.

Is mcp-assistant hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install mcp-assistant in Claude Desktop, Claude Code or Cursor?

Open mcp-assistant on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare mcp-assistant with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs