orquestra-mcp-connect

Configure and validate Orquestra MCP server access across AI clients.

21|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/berkayoztunc/orquestra --skill orquestra-mcp-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orquestra-mcp-connect
Source: https://github.com/berkayoztunc/orquestra/tree/main/.claude/skills/orquestra-mcp-connect
Command: npx skills add https://github.com/berkayoztunc/orquestra --skill orquestra-mcp-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestra MCP users struggle to correctly configure and verify an MCP server connection across different AI clients, resulting in missing tools or failed setups.

Core Features & Use Cases

  • Client configuration for MCP: Guides setup for Claude Desktop, Cursor, and Claude Code so the Orquestra endpoint is reachable.
  • Connection verification: Provides a quick tool-listing check to confirm the server is correctly connected and discoverable.
  • Troubleshooting playbook: Helps diagnose common issues such as wrong tool naming format, missing Node.js for npx, or empty program indexing.

Quick Start

Ask your AI client to connect to Orquestra using the endpoint https://api.orquestra.dev/mcp and then request a tool listing to confirm successful setup.

Frequently Asked Questions about orquestra-mcp-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an MCP server connection in Claude Desktop?

To configure an MCP server connection in Claude Desktop, you must edit the client-specific configuration file to point to the Streamable HTTP endpoint https://api.orquestra.dev/mcp. After updating the configuration file, restart the client to apply the changes.

Why are MCP tools missing or incorrectly named in my AI client?

MCP tools appear missing or incorrectly named when the client configuration file points to the wrong endpoint or uses an invalid naming format. You can troubleshoot this by requesting a tools listing from the server to verify tool availability and confirm correct discovery.

Can I connect the Orquestra MCP endpoint to Cursor and Claude Code?

Yes, you can connect the Orquestra MCP endpoint to Cursor and Claude Code by updating their respective client configuration files with the URL https://api.orquestra.dev/mcp. Once configured, you should run a tool listing request to verify successful server access.

What is the best way to verify MCP server tool availability after setup?

The best way to verify MCP server tool availability is to send a tools listing request to the configured endpoint. This connection verification check confirms that the server is correctly connected and that all tools are discoverable by your AI client.

Do I need Node.js and npx to set up an MCP client configuration?

You may need Node.js installed if your specific MCP client configuration relies on npx to bootstrap the server connection. Troubleshooting missing Node.js is a common step when diagnosing failed setups or empty program indexing during initial client configuration.

What is the Streamable HTTP endpoint used for in MCP client setup?

The Streamable HTTP endpoint https://api.orquestra.dev/mcp is used to establish a direct connection between your AI client and the Orquestra MCP server. It serves as the target URL in client configuration files for Claude Desktop, Cursor, and Claude Code.