A

Anytype

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

114 views
0 installs
Updated Sep 9, 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 →

Report Issue

Thank you! Your issue report has been submitted successfully.