Superface
Provides Superface tools for the Model Context Protocol, requiring a SUPERFACE_API_KEY.
Website | Documentation | X (Twitter) | Support
Superface MCP Server
Use Superface tools via Model Context Protocol.
Setup
Adding tools & obtaining API Key
- Go to the Superface dashboard
- Select and add the tools you want to use with MCP Server
- Copy your API key in the dashboard
You'll need this API key for the MCP Server configuration.
Usage with Claude Desktop
- Open Claude Desktop
- Go to Settings (click on your profile picture or ⌘ + ,)
- Open "Developer" tab
- Click "Edit Config"
- Open
claude_desktop_config.jsonfile - 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.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
TemplateIO Image Generation
Generate images using the Templated.io API. Requires a Templated.io API key.
Airflow MCP Server
MCP server for Airflow
xMCP Server
A streamable HTTP MCP server that proxies requests to stdio MCP servers within a container, providing a consistent command environment.
Buildkite
Manage Buildkite pipelines and builds.
CGM MCP Server
A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
VSCode MCP
Enables AI agents and assistants to interact with VSCode through the Model Context Protocol.
Dev.to MCP Server
An MCP server for the Dev.to API to search, browse, read, and create content on the platform.
Remote MCP Server (Authless)
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
MCP Script Runner
Execute developer-defined bash scripts in a Dockerized environment for coding agents.
Graph Tools
An interactive graph analysis toolkit with web visualizations and AI-powered analysis capabilities.