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.
Superface MCP Server
Project Details
- superfaceai/mcp
- MIT License
- Last Updated: 4/12/2025
Recomended MCP Servers
This read-only MCP Server allows you to connect to Asana data from Claude Desktop through CData JDBC Drivers....
nUR_MCP_SERVER is an intelligent industrial collaborative robot control middleware system built based on the MCP (Model Control Protocol)...
An MCP server that gives AI agents tools to query large JSON files
A Model Context Protocol (MCP) server for interacting with Kong Konnect APIs, allowing AI assistants to query and...
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
This is a GitHub MCP server designed to enable MCP-compatible LLMs, such as Claude, to communicate with my...
EVE Online Market MCP Server - A Model Context Protocol server for accessing EVE Online market data through...
Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using...





