add-mcp-server

Automate MCP server configuration in Warp for global or project scopes.

30|4|Updated May 3, 2026
One-click install
npx skills add https://github.com/OniroHuaver/openwarp --skill add-mcp-server-onirohuaver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-mcp-server
Source: https://github.com/OniroHuaver/openwarp/tree/main/resources/bundled/skills/add-mcp-server
Command: npx skills add https://github.com/OniroHuaver/openwarp --skill add-mcp-server-onirohuaver

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill streamlines the process of adding MCP (Model Container Protocol) servers to your Warp configuration, ensuring efficient and secure server management.

Core Features & Use Cases

  • Server Addition: Simplifies adding both global and project-scoped MCP servers to your Warp setup.
  • Detailed Configuration: Guides you through determining the correct server scope, gathering server details, and preparing the configuration file.
  • Command and URL Based Servers: Supports configuring servers via command-line (stdio transport) or URL (HTTP/SSE streaming transport), with options for environment variables and working directories.
  • Project and Global Configuration: Offers flexibility to manage server configurations on a user or project basis.
  • Use Case: When you need to integrate an external model server or containerized service into your Warp environment to enhance AI capabilities.

Quick Start

Use the add-mcp-server skill to add an MCP server to your global configuration. Run the command 'add-mcp-server global' to proceed.

Frequently Asked Questions about add-mcp-server

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?

You can add an MCP server to your Warp configuration by running the 'add-mcp-server' command. This automates determining the server scope, gathering connection details, and preparing the configuration file for global or project-scoped setups.

What is the difference between global and project-scoped MCP server configuration?

Global MCP server configuration applies to your entire user environment, while project-scoped configuration is restricted to a specific working directory. This skill supports both setups to offer flexibility in managing your server integrations.

Can I configure MCP servers using HTTP or SSE streaming transports in Warp?

Yes, you can configure MCP servers in Warp using URL-based HTTP or SSE streaming transports. The skill also supports command-line based servers using stdio transport, allowing for both remote and local model integration.

Do I need to provide environment variables when integrating a model server?

Providing environment variables is optional when integrating a model server. The configuration process supports adding environment variables and specifying working directories for command-line servers, but these are not strictly required for basic setups.

What is the best way to integrate an external AI service into my terminal environment?

The best way to integrate an external AI service is to add it as an MCP server to your Warp configuration. This allows you to connect external model servers or containerized services efficiently and securely.