Skip to main content
Glama

Superface MCP Server

Official
by superfaceai

Website | Documentation | X (Twitter) | Support

Superface MCP Server

Use Superface tools via Model Context Protocol.

Setup

Adding tools & obtaining API Key

  1. Go to the Superface dashboard
  2. Select and add the tools you want to use with MCP Server
  3. Copy your API key in the dashboard

You'll need this API key for the MCP Server configuration.

Usage with Claude Desktop

  1. Open Claude Desktop
  2. Go to Settings (click on your profile picture or + ,)
  3. Open "Developer" tab
  4. Click "Edit Config"
  5. Open claude_desktop_config.json file
  6. Add the following configuration:
NPX
{ "mcpServers": { "superface": { "command": "npx", "args": [ "-y", "@superfaceai/mcp" ], "env": { "SUPERFACE_API_KEY": "<YOUR_API_KEY>" } } } }
Docker
{ "mcpServers": { "superface": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SUPERFACE_API_KEY", "mcp/superface" ], "env": { "SUPERFACE_API_KEY": "<YOUR_API_KEY>" } } } }

Build

Docker build:

docker build -t mcp/superface .

License

This project is licensed under the MIT license. See the LICENSE file for details.

-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides access to various AI tools through Model Context Protocol, allowing Claude Desktop users to integrate and use Superface capabilities via API.

  1. Setup
    1. Adding tools & obtaining API Key
    2. Usage with Claude Desktop
  2. Build
    1. License

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Enables fetching relevant content and embeddings from Supavec via the Model Context Protocol, allowing AI assistants like Claude to access vector search capabilities.
        Last updated -
        1
        227
        4
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        Enables AI agents and assistants like Goose or Claude to interact with VS Code through the Model Context Protocol.
        Last updated -
        14
        TypeScript
        Apache 2.0
        • Apple
      • -
        security
        A
        license
        -
        quality
        Connects Claude Desktop to Hugging Face Spaces with minimal setup, enabling capabilities like image generation, vision tasks, text-to-speech, and chat with AI models.
        Last updated -
        922
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        Provides an interface between AI assistants and Tripo AI via Model Context Protocol, enabling generation of 3D assets from natural language and importing them to Blender.
        Last updated -
        15
        139
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/superfaceai/mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server