# apidocs-mcp-server

Provide a server implementation for the Model Context Protocol (MCP) to enable dynamic integration of LLMs with external data and tools. Facilitate standardized access to resources, tools, and prompt…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add as950118/apidocs-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list as950118/apidocs-mcp-server
```

---

Source: https://github.com/as950118/apidocs-mcp-server
