add-mcp-server

Adds or updates an MCP server by configuring .mcp.json, .env, and .gitignore files.

4|5|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Luney-Industries/farty-bobo --skill add-mcp-server-luney-industries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-mcp-server
Source: https://github.com/Luney-Industries/farty-bobo/tree/main/skills/add-mcp-server
Command: npx skills add https://github.com/Luney-Industries/farty-bobo --skill add-mcp-server-luney-industries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of adding and configuring an MCP server to a specific project, eliminating manual setup and potential configuration errors.

Core Features & Use Cases

  • Automated Server Addition: Adds an MCP server to the current project with precision and minimal user input.
  • Dynamic Configuration: Updates or creates .mcp.json, .env, and .gitignore to reflect server settings securely.
  • Use Case: Ideal for integrating a new server that requires only local or project-specific availability without affecting the broader Claude Code environment.

Quick Start

Run the add-mcp-server skill to integrate an MCP server into your current project.

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 project without exposing environment secrets?

The skill adds an MCP server by managing .mcp.json, .env, and .gitignore files within your local git repository, updating environment variable placeholders securely to prevent any unauthorized secret exposure.

What is the best way to automate MCP server configuration across different projects?

Automating MCP server configuration involves dynamically creating or updating .mcp.json and .env files, streamlining project-specific server setup with minimal manual input and preventing manual configuration errors.

Does adding an MCP server affect the broader Claude Code environment settings?

Adding an MCP server operates locally within your git repository, ensuring the setup only affects project-specific availability without altering the broader Claude Code environment settings.

What happens if required environment variables are missing when setting up an MCP server?

When required environment variables are missing during MCP server setup, the skill reads the .env file and automatically prompts you for the missing values before securely writing the configuration files.

Can I update an existing MCP server configuration instead of creating a new one?

Yes, you can update existing MCP server configurations because the skill dynamically manages and modifies current .mcp.json and .env files rather than only creating new ones from scratch.