agent-add-mcp

Add MCP servers to Warp configurations and update .mcp.json files.

6|Updated May 10, 2026
One-click install
npx skills add https://github.com/Luohao-Yan/warp-cn --skill agent-add-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-add-mcp
Source: https://github.com/Luohao-Yan/warp-cn/tree/main/resources/bundled/skills/add-mcp-server
Command: npx skills add https://github.com/Luohao-Yan/warp-cn --skill agent-add-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for a streamlined process to add MCP (Mock Cloud Platform) servers to your Warp configuration, reducing the complexity of server integration.

Core Features & Use Cases

  • Global or Project-Specific Configuration: Customize server configuration for all projects or a specific repository.
  • Server Detail Collection: Gather server connection details using WebSearch or direct input.
  • Config File Management: Automatically create or update .mcp.json files with server configurations.
  • Command and URL-Based Servers: Support both stdio transport and HTTP/SSE streaming transport for server connection.

Quick Start

Use the agent-add-mcp skill to add a new MCP server by providing the server details and selecting the preferred connection method.

Frequently Asked Questions about agent-add-mcp

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

FAQPage Schema
How do I add an MCP server to my Warp configuration?

To add an MCP server to your Warp configuration, you need to provide the server details and select a preferred connection method. This process automatically creates or updates the .mcp.json file with your specific server settings.

Can I configure MCP servers for a specific project instead of globally?

Yes, you can configure MCP servers for either global or project-specific scopes. This allows you to customize server settings for all projects or restrict them to a specific repository environment.

Does Warp MCP configuration support HTTP/SSE streaming transport?

Yes, Warp MCP configuration supports both HTTP/SSE streaming transport and standard stdio transport. You can connect command-based servers via stdio or URL-based servers using HTTP/SSE streaming.

What is the .mcp.json file used for in Warp server integration?

The .mcp.json file is used to store MCP server configurations for Warp integration. It acts as the central config management file that gets automatically created or updated when you add a new server.

Do I need to manually edit the .mcp.json file to manage MCP servers?

No, you do not need to manually edit the .mcp.json file to manage MCP servers. The configuration process automates the creation and update of this file based on the server details and connection preferences you provide.