A

Anytype

Converts any OpenAPI 3.0/3.1 specification into callable tools by automatically generating schemas f...

208 views
1 installs
Updated Nov 22, 2025
Not audited
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.
  1. Open your Anytype app.

    • Launch the Anytype application on your device.
  2. Go to App Settings.

    • Access the settings menu within the Anytype app.
  3. Navigate to the "API Keys" section.

    • Locate and select the "API Keys" option in your settings.
  4. Create a new API key.

    • Click on the "Create new" button.
    • Copy the generated API key. (You can also find a ready-to-use config snippet there.)

    Alternative:

    • You can generate the API key via the command line by running:
      npx -y @anyproto/anytype-mcp get-key
      
  5. Add the API key to FastMCP:

    • Click the "Install Now" button to begin adding the Anytype MCP integration.
    • In the FastMCP connection interface, fill in the required value for OPENAPI_MCP_HEADERS using your obtained API key:
      {
        "Authorization": "Bearer <YOUR_API_KEY>",
        "Anytype-Version": "2025-05-20"
      }
      
    • Replace <YOUR_API_KEY> with your actual API key from step 4.
  6. Save and apply the configuration.

    • Ensure all information is entered correctly, then save your connection settings.

Quick Start

View on GitHub

More for Productivity

View All →

More for Project Management

View All →

Similar MCP Servers

O

OpenAPI Documentation

Transforms OpenAPI specifications into dynamic tools for interacting with external services, handling authentication, validation, and request routing without custom code.

API Development Developer Tools
S

Specbridge

Automatically converts OpenAPI specifications into executable tools by scanning folders for spec files and generating corresponding endpoints with parameter validation, authentication support, and HTTP request handling.

API Development Developer Tools

Report Issue

Thank you! Your issue report has been submitted successfully.