agent-add-mcp

Add MCP servers to Warp configuration files with stdio or HTTP/SSE transports.

88|19|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/Heartcoolman/warp-cn --skill agent-add-mcp-heartcoolman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-add-mcp
Source: https://github.com/Heartcoolman/warp-cn/tree/main/resources/bundled/skills/add-mcp-server
Command: npx skills add https://github.com/Heartcoolman/warp-cn --skill agent-add-mcp-heartcoolman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding MCP servers to your Warp configuration, ensuring a seamless integration for all your projects.

Core Features & Use Cases

  • Global or Project-Specific Configuration: Configure MCP servers globally or for a specific repository.
  • Server Details Collection: Gather server connection details and transport preference (stdio or HTTP/SSE streaming).
  • Config File Management: Create or update the .mcp.json configuration file with the server details.
  • Command-Based and URL-Based Servers: Support for both command-based and URL-based server configurations.
  • Environment Variables: Use environment variables for sensitive information, like API keys.

Quick Start

Add an MCP server to your global configuration by running the following command: use agent-add-mcp add-server global --url https://example.com/mcp

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 file?

To add an MCP server to your Warp configuration, you run a command specifying the scope and server details, which creates or updates the .mcp.json file with your connection parameters.

Can I configure MCP servers globally or for a specific project in Warp?

Yes, you can configure MCP servers globally for your entire environment or locally for a specific repository, applying the server integration to the desired project scope.

Does Warp MCP configuration support both stdio and HTTP/SSE streaming transports?

Warp MCP configuration supports both stdio and HTTP/SSE streaming transports, allowing you to gather server details and connect via command-based or URL-based setups.

How do I use environment variables for API keys when setting up an MCP server?

When adding an MCP server, you can use environment variables for sensitive information like API keys, ensuring the .mcp.json config substitutes variables securely during server connections.

What is the best way to manage multiple MCP server integrations in Warp?

The best way to manage multiple MCP server integrations is using a configuration tool that handles .mcp.json file management, supporting both command-based and URL-based servers seamlessly.