manus-mcp-configurator

Automate MCP server configuration for Manus across local and CI environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Configuring Manus MCP servers by hand is tedious and error-prone; this Skill automates the creation, listing, validation, and removal of MCP server entries to keep configurations consistent.

Core Features & Use Cases

  • Automates adding, listing, removing, and validating MCP servers within Manus configuration
  • Centralizes server metadata (name, URL, description) in a single JSON config for predictable deployments
  • Enables safe, repeatable changes in local and CI environments with clear feedback and error handling

Quick Start

Add a new MCP server by running the add_server.py script with --name, --url, and an optional --description.

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 MCP server configuration for Manus?

Automate Manus MCP server configuration by running Python CLI scripts to add, remove, list, and validate server entries. This replaces manual edits with safe, repeatable changes across local and CI environments.

What is the best way to manage MCP servers across CI environments?

Managing MCP servers across CI environments is best handled by centralizing server metadata like name, URL, and description in a single JSON config. This ensures predictable deployments and consistent server validation.

How do I add a new MCP server in Manus?

Add a new MCP server in Manus by running the add_server.py script with the required --name and --url arguments, plus an optional --description. The script handles YAML frontmatter and configuration updates automatically.

Does this MCP server automation require external dependencies?

This MCP server automation requires no external dependencies, running purely with Python scripts. It provides built-in validation references and clear error handling to safely manage server configurations without additional packages.

Can I validate MCP server entries before deploying configuration changes?

Validating MCP server entries before deployment is supported through built-in reference checks. The validation process identifies configuration errors in server metadata, providing clear feedback to prevent invalid deployments.