Description

This MCP server provides a universal bridge to any OpenAPI 3.0/3.1 specification, automatically converting REST API endpoints into MCP tools that AI assistants can call directly. Built by Snaggle.ai using TypeScript with comprehensive file upload support, authentication handling via environment variables, and intelligent parameter mapping that separates path, query, and body parameters, it dynamically generates tool schemas from OpenAPI specs loaded from URLs or local files. The implementation includes robust error handling with structured responses, multipart form-data support for file operations, and built-in filtering to exclude authentication and destructive operations, making it valuable for integrating any REST API into AI workflows without manual tool creation, enabling rapid prototyping with third-party services, and providing a standardized way to expose existing API infrastructure to AI assistants.

🔬 Playground

Try Anytype live in the browser with security context.

Unverified
No automated security scan has been run on this server yet.

Installation

npx -y @anyproto/anytype-mcp
npm install @anyproto/anytype-mcp
git clone https://github.com/anyproto/anytype-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "anytype": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp"
      ]
    }
  }
}

Community Reviews

Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.

0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to share your experience.