Anytype
by anyproto · File Systems · mcp-server, api, npm
Converts any OpenAPI 3.0/3.1 specification into callable tools by automatically generating schemas from REST API endpoints, handling authentication via environment variables, and supporting file uploads through multipart form-data while filtering out destructive operations.
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.
Source: https://github.com/anyproto/anytype-mcp
Install
npx -y @anyproto/anytype-mcpTags: mcp-server, api, npm
⭐ 351 GitHub stars · Source: pulsemcp
About File Systems MCP servers and Claude skills
File Systems MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Anytype is one of hundreds of File Systems entries indexed on Skiln. Browse the full File Systems category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related File Systems MCPs and skills
- Stock Analyzer (Tingo) by wshobson
Integrates with Tiingo API to perform technical analysis on stocks, providing key indicators for trading decisions.
- Windows CLI by simon-ami
Control Windows command-line interfaces securely.
- Google Drive & Sheets by isaacphi
Integrates Google Drive and Sheets functionality for file operations and spreadsheet data manipulation.
- DeepContext (Semantic Code Search) by wildcard-official
Symbol-aware semantic search for large codebases
- Dify by yanxingliu
Integrates with the Dify API to enable workflow execution and management for automated task processing and decision making across domains.
- Apollo GraphQL by apollographql
Enables AI agents to interact with GraphQL APIs by exposing operations as tools, supporting both local schema files and Apollo GraphOS integration with features for introspection and custom scalar mapping.
- Playwright by vikashloomba
Control browsers to perform sophisticated web interactions and visual tasks.
- Strava by r-huijts
Integrates with Strava's API to access and analyze fitness data, retrieve athlete profiles, activities, segments, routes, and clubs, with features for exporting routes in GPX/TCX formats for training insights and route planning.
Frequently asked questions
How do I install Anytype?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Anytype?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Anytype free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.