Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by evalstate
Use Hugging Face Spaces as MCP tools. Run any Gradio-based Space as a function call from your AI assistant, including image generation, text-to-speech, and more.
Install
npx -y @evalstate/mcp-hfspaceRun this command to install and start the server:
npx -y @evalstate/mcp-hfspaceAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"hf-spaces-mcp": {
"command": "npx",
"args": [
"-y",
"@evalstate/mcp-hfspace"
]
}
}
}Other ai servers you might want to compare.
by Anthropic
Knowledge graph-based persistent memory system. Enables Claude to remember information across conversations using entities and relations.
by Anthropic
Dynamic and reflective problem-solving through thought sequences. Helps AI models break down complex problems step by step.
by 21st-dev
Generate UI components with 21st.dev Magic. Create React components, landing pages, and design systems from text descriptions.
by LangChain
Bridge between LangChain and MCP. Use MCP tools as LangChain tools and integrate with LangGraph agents.