Topic cluster
Documentation
Documentation intent hub with 7 tools, 1 workflows, 5 guides, 1 skills and cross-entity pathways for implementation decisions.
Coverage Signals
Featured tools
0
Docs-ready tools
5
Install evidence
2
Usage evidence
5
Config evidence
1
Capability hints
3
- • Top tool signal: @notionhq/notion-mcp-server
- • Workflow entry: MCP Documentation Generator
- • Guide entry: Setting Up MCP in Claude Desktop: The Missing Manual
Tools
ckanthony/openapi-mcp
A Dockerized MCP server enabling AI agents to access APIs using existing OpenAPI documentation, with support for schema generation, secure API key management, and operation filtering.
@notionhq/notion-mcp-server
Official MCP server for the Notion API, built with TypeScript/JavaScript.
ouvreboite/openapi-to-mcp
Lightweight MCP server to access APIs using OpenAPI specifications, supporting OAuth2 and full JSON schema parameters and request body.
google_workspace_mcp
The Google Workspace MCP server gives AI assistants direct access to Google Drive files, Docs, Sheets, and Slides. It enables AI to read documents, search Drive content, and create or modify files within your Google Workspace. Editor's Review: This is one of the most practical MCP integrations for enterprise and productivity-focused developers. The ability to have AI read your internal documentation, summarize Google Docs, or extract data from Sheets without manual copy-pasting significantly streamlines knowledge workflows. Configuration requires OAuth credentials and proper Drive scope setup, which can be non-trivial for organizations with strict security policies. Once configured, the integration is reliable and well-documented. Best suited for developers who live within Google Workspace and want AI assistance that understands their existing document ecosystem.
ai.com.mcp/contabo
HAPI MCP server dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
@williamp29/project-mcp-server
A ModelContextProtocol (MCP) server enabling agents to discover project resources, including OpenAPI-based APIs and database schemas.
mcpdocs-gen
Static documentation generator for MCP servers, featuring a clean, searchable UI, FastAPI integration, static HTML output for easy hosting, and CI/CD-ready CLI design.
Skills
Workflows
Learn
Setting Up MCP in Claude Desktop: The Missing Manual
Setting Up MCP in Claude Desktop: The Missing Manual I found out the hard way last month that Anthropic’s official docs for MCP in Claude Desktop skip over half the stuff you actually need to know to get it working. I spent three hours debugging a stupid trail
Top MCP Tools for Coding: Essential Integrations
The most essential MCP server integrations for coding workflows. Discover which MCP tools developers rely on for code completion, debugging, refactoring, and deployment tasks.
Deploying MCP Servers to Production: Lessons from Real Failures
Deploying MCP Servers to Production: Lessons from Real Failures When I built my first Model Context Protocol (MCP) server 18 months ago, I thought deployment would be trivial. MCP servers are lightweight services that just fetch and format context for large la
Building an MCP Server in TypeScript: Complete Walkthrough
Building an MCP Server in TypeScript: Complete Walkthrough When I first set out to build a custom Model Context Protocol (MCP) server for Claude Desktop last year, I cut corners and used plain JavaScript. I’d heard about MCP, Anthropic’s open standard for conn
MCP Glossary: Every Term You Need to Know
MCP Glossary: Every Term You Need to Know If you've ever started working with the Model Context Protocol (MCP) and found yourself confused by the flood of new terminology, you're not alone. I've been building MCP-powered AI tools for the last year, and when I
Topic Playbook
- Start with ckanthony/openapi-mcp to validate core capability fit.
- Use workflow MCP Documentation Generator to operationalize the topic in a repeatable flow.
- Read Setting Up MCP in Claude Desktop: The Missing Manual for implementation context and guardrails.
Next Step
Start with a tool from this cluster, then jump to a workflow and learn guide to complete implementation.