manus-mcp-configurator

Automate adding, listing, removing, and validating Manus MCP servers in mcp_config.json.

60|38|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/abcnuts/manus-skills --skill manus-mcp-configurator-abcnuts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manus-mcp-configurator
Source: https://github.com/abcnuts/manus-skills/tree/main/skills/integration-skills/manus-mcp-configurator
Command: npx skills add https://github.com/abcnuts/manus-skills --skill manus-mcp-configurator-abcnuts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate the configuration of Manus MCP servers to replace manual JSON edits and reduce setup time across environments.

Core Features & Use Cases

  • Automates adding, listing, removing, and validating MCP servers in the Manus configuration.
  • Ensures consistent JSON structure and centralized configuration management for MCP endpoints.
  • Use Cases: Onboard new MCP servers or audit existing configurations across development and CI pipelines.

Quick Start

Run the CLI to add a new MCP server to Manus, then verify the server appears in the configuration and can be listed or removed as needed.

Frequently Asked Questions about manus-mcp-configurator

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

FAQPage Schema
How do I automate Manus MCP server configuration instead of editing JSON manually?

To automate Manus MCP server configuration, use CLI scripts that read and write the mcp_config.json file, enabling automated adding, listing, removing, and validating of servers without manual JSON edits.

What is the best way to manage MCP server configuration across CI pipelines?

The best way to manage MCP server configuration across CI pipelines is using CLI scripts that apply safe defaults and JSON schema validation to ensure consistent setup across local development and CI environments.

Can I use CLI scripts to add and remove MCP servers from the Manus configuration?

Yes, you can use CLI scripts to perform add, list, remove, and validate operations on MCP servers, ensuring centralized configuration management for your Manus endpoints.

Do I need manual JSON edits to onboard new MCP servers into Manus?

No, you do not need manual JSON edits to onboard new MCP servers; the automation scripts handle writing the mcp_config.json file safely to reduce setup time and configuration errors.

Why does my MCP server configuration have inconsistent JSON structure?

Your MCP server configuration has inconsistent JSON structure because manual edits bypass validation; using CLI scripts with built-in JSON schema validation enforces a centralized, consistent configuration format.