mcp-author

Scaffolds FastMCP-based MCP server projects for Claude Code integrations.

2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/tsilva/claude-skills --skill mcp-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-author
Source: https://github.com/tsilva/claude-skills/tree/main/plugins/mcp-author/skills/mcp-author
Command: npx skills add https://github.com/tsilva/claude-skills --skill mcp-author

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill creates production-ready MCP servers for Claude Code integrations.

Core Features & Use Cases

  • Scaffolds MCP server projects using FastMCP templates and sensible defaults.
  • Provides initial tool patterns and example configuration to accelerate integration with external APIs.
  • Use Case: when asked to "create an MCP server" or "build MCP tools," this skill generates a ready-to-run project structure and guiding documents.

Quick Start

Run the mcp-author skill to scaffold a new MCP server named 'mcp-example' using the standard template workflow.

Frequently Asked Questions about mcp-author

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

FAQPage Schema
How do I create an MCP server for Claude Code integrations?

To create an MCP server, this skill scaffolds a production-ready project structure using FastMCP templates, including directory setup, initial tool patterns, and example configuration to accelerate external API integration.

What do I need to build MCP tools with FastMCP?

Building MCP tools with FastMCP requires Python 3.10 or higher and the uv runtime. You also need to configure your environment through .env files to properly establish the server's operational context.

What is the best way to scaffold a FastMCP server project?

The best way to scaffold a FastMCP server project is by running this skill, which generates a ready-to-run directory structure, sensible defaults, and guiding documents for immediate development.

Can I use this MCP scaffolding approach to integrate external APIs?

Yes, you can use this MCP scaffolding approach to integrate external APIs. It provides initial tool patterns and example configurations specifically designed to accelerate connecting your MCP server to external services.

What does a scaffolded MCP server project include?

A scaffolded MCP server project includes a complete directory structure, FastMCP-based templates, initial tool patterns, and guiding documents, providing a ready-to-run foundation for building and deploying your server.