One-click install
npx skills add https://github.com/CerisonAutomation/clud --skill mcp-setup-cerisonautomation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mcp-setup
Source: https://github.com/CerisonAutomation/clud/tree/main/skills/mcp-setup
Command: npx skills add https://github.com/CerisonAutomation/clud --skill mcp-setup-cerisonautomation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of connecting external MCP tools (like Linear, GitHub, or Notion) by letting you add, authenticate, list, and remove MCP servers needed for tool-enabled conversations.

Core Features & Use Cases

  • Add and manage MCP servers: Configure MCP server name, transport type, URL, and stdio command details.
  • OAuth authentication for protected servers: Launch the browser-based OAuth flow for servers that require tokens and then store credentials automatically.
  • Operational transparency and cleanup: List connection status and remove servers along with any stored OAuth credentials.

Quick Start

Ask the assistant to add a new MCP server by name using the correct transport and URL for example: Please run mcp-setup to add the linear server over streamable-http at https://mcp.linear.app/mcp.

Frequently Asked Questions about mcp-setup

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

FAQPage Schema
How do I configure an MCP server with OAuth for assistant conversations?▼

To configure an MCP server with OAuth, you add the server using its transport type and URL, then launch the browser-based OAuth flow so the host can securely handle the callback and store credentials automatically.

What is the process to add stdio-based local MCP servers?▼

Adding stdio-based local MCP servers requires specifying the server name, selecting stdio as the transport type, and providing the exact command details so the assistant can manage the server lifecycle.

Can I list and remove MCP servers along with stored OAuth credentials?▼

Yes, you can list connection status for operational transparency and remove servers entirely, which automatically cleans up any stored OAuth credentials associated with those protected MCP endpoints.

Do I need to relaunch the assistant after adding new MCP servers?▼

Yes, you need to relaunch the assistant after adding or modifying MCP servers because a relaunch instruction is required for the transport parameter changes and server lifecycle updates to take effect.

What transport parameters are required for setting up streamable-http MCP endpoints?▼

Setting up streamable-http MCP endpoints requires the server name, the streamable-http transport type, and the destination URL, along with optional risk labeling for secure external tool integration.