# add-mcp: Install MCP Servers Across Coding Agents and Editors

DevFeed: [add-mcp: Install MCP Servers Across Coding Agents and Editors](<https://devfeed.tech/articles/add-mcp-install-mcp-servers-across-coding-agents-and-editors-4941.md>)

Original publisher: [Read original article](<https://neon.com/blog/add-mcp>)

Author: Andre Landgraf

Published: 2026-02-10T19:47:14Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [build](<https://devfeed.tech/tags/build.md>), [cli](<https://devfeed.tech/tags/cli.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [config](<https://devfeed.tech/tags/config.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [product](<https://devfeed.tech/tags/product.md>), [vs-code](<https://devfeed.tech/tags/vs-code.md>)

## AI overview

Neon introduces add-mcp, a CLI that installs an MCP server across supported coding agents and editors with one command. It detects configured tools and writes the appropriate project-level or global configuration files.

## Source excerpt

A few weeks ago, Vercel released add-skill (now npx skills), a CLI for installing agent skills across different coding agents and editors like Claude Code, Cursor, and VS Code. It solves a very real problem: each tool looks for agent skills in a different place, which makes setup...