Simple MCP for using the Sketchfab API
A microservice for interacting with the Sketchfab API using MCP (Model Control Protocol).
SKETCHFAB_API_TOKEN
: Your Sketchfab API tokenenv SKETCHFAB_API_TOKEN=PLACEHOLDER uvx sketchfab-mcp
docker build -t sketchfab-mcp .
docker run -it --rm -p 8000:8000 -e SKETCHFAB_API_TOKEN=PLACEHOLDER sketchfab-mcp
Enhanced MCP server for deep web research
An MCP server implementation that integrates with SearXNG, providing privacy-focused meta search capabilities.
An MCP server that enables searches within Obsidian vaults using the Omnisearch plugin API. Returns absolute paths to matching notes for seamless integration. 🚀
Example of an MCP server with custom tools that can be called directly from cursor