dev-mcp-setup

Configure MCP servers in Claude settings for workspace tool integrations.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill dev-mcp-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-mcp-setup
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/dev-mcp-setup
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill dev-mcp-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill centralizes and streamlines the setup and troubleshooting of Model Context Protocol (MCP) servers so workspace tools (GitHub, calendar, search, Notion, payment gateways) are discoverable and usable by the Claude Code agent layer.

Core Features & Use Cases

  • Workspace-level provisioning: Add or update MCP server entries in project or user settings so tools appear with the mcp__<server>__ prefix for agents to call.
  • Diagnostics and verification: Check logs, validate environment variables or OAuth tokens, and confirm MCP packages are installed and that the Claude CLI recognizes new tools.
  • Use Case: When onboarding a new repository that needs GitHub and Google Calendar access, use this skill to add the server entries, set tokens or OAuth, restart Claude, and verify the tools are available.

Quick Start

Add the MCP entry to .claude/settings.json or ~/.claude/settings.json with required env vars or OAuth tokens, restart the Claude CLI, and confirm the new tools appear with the mcp__<server>__ prefix.

Frequently Asked Questions about dev-mcp-setup

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

FAQPage Schema
How do I configure MCP servers for Claude Code workspace integrations?

To configure MCP servers, add or update server entries in .claude/settings.json or ~/.claude/settings.json with required environment variables or OAuth credentials, then restart the Claude CLI to register the new tools with the mcp__<server>__ prefix.

Why does my MCP integration not show up in Claude CLI after adding it?

MCP integrations may not appear if the Claude CLI was not restarted after configuration, if environment variables or OAuth tokens are invalid, or if the MCP server package is not installed. Check logs and verify settings.json entries to diagnose the issue.

What is the Model Context Protocol used for in Claude Code?

The Model Context Protocol (MCP) is used to enable workspace-level tool integrations, making provider tools like GitHub, web search, Notion, calendar, and payment services discoverable and callable by Claude Code agents with the mcp__<server>__ prefix.

Do I need OAuth credentials to set up GitHub MCP integrations?

Yes, setting up GitHub MCP integrations requires providing OAuth credentials or environment variables in .claude/settings.json or ~/.claude/settings.json so the MCP server can authenticate and expose GitHub tools to Claude Code agents.

Can I add Notion and calendar MCP servers to a fresh Claude workspace?

Yes, you can add Notion and calendar MCP servers to a fresh workspace by inserting the server entries into .claude/settings.json, providing the required environment variables or OAuth tokens, installing the MCP packages, and restarting the Claude CLI.

What's the best way to troubleshoot MCP server configuration issues?

The best way to troubleshoot MCP server configuration issues is to check logs, validate environment variables or OAuth tokens, confirm MCP packages are installed, and ensure the Claude CLI recognizes the new tools after restarting.