Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Fantasy Premier League MCP Server
  • Formula One MCP Server
  • Jokes MCP Server
  • Gemini MCP Image Generation Server
  • OWASP Cheatsheets MCP Server
Back to MCP Servers
Superface MCP Server

Superface MCP Server

Public
superfaceai/mcp

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

Verified
javascript
0 tools
May 29, 2025
Updated May 30, 2025

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": "" } } } }

Docker

{ "mcpServers": { "superface": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SUPERFACE_API_KEY", "mcp/superface" ], "env": { "SUPERFACE_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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Fantasy Premier League MCP Server
    Fantasy Premier League MCP Server

    A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users ...

    Added May 30, 2025
  • Formula One MCP Server
    Formula One MCP Server

    Provides Formula One data and statistics through a Model Context Protocol interface, allowing users ...

    Added May 30, 2025
  • Jokes MCP Server
    Jokes MCP Server

    A Model Context Protocol server that provides joke delivery functionality, allowing users to request...

    Added May 30, 2025
  • Gemini MCP Image Generation Server
    Gemini MCP Image Generation Server

    A Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 ...

    1 tools
    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025