MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2026 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Sketchfab MCP
Sketchfab MCP Logo

Sketchfab MCP

Model Context Protocol Integration

Overview

Provides a streamlined interface to the Sketchfab API for searching and downloading 3D models with filtering options for animated or rigged content.

Sketchfab

Provides a streamlined interface to the Sketchfab API for searching and downloading 3D models with filtering options for animated or rigged content.

Installation Instructions


README: https://github.com/Eddydpyl/sketchfab_mcp

Sketchfab MCP

A microservice for interacting with the Sketchfab API using MCP (Model Control Protocol).

Features

  • Search for downloadable models on Sketchfab
  • Download a model from Sketchfab given a UID

Environment Variables

  • SKETCHFAB_API_TOKEN: Your Sketchfab API token

How to use

  1. Create an Sketchfab account: https://sketchfab.com/
  2. You can find your Sketchfab API Token at: https://sketchfab.com/settings/password
  3. Add the following MCP server as a command in Cursor:
env SKETCHFAB_API_TOKEN=PLACEHOLDER uvx sketchfab-mcp

Running with Docker

docker build -t sketchfab-mcp .
docker run -it --rm -p 8000:8000 -e SKETCHFAB_API_TOKEN=PLACEHOLDER sketchfab-mcp

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.