deviantart-mcp

LordFarquaadtheCreator/deviantart-mcp
★ 0 stars Go Code/Dev Tools Updated today
MCP (Model Context Protocol) server for DeviantArt API. Provides tools for browsing, searching, and interacting with DeviantArt content through LLMs.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deviantart-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/LordFarquaadtheCreator/deviantart-mcp@latest"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for DeviantArt API. Provides tools for browsing, searching, and interacting with DeviantArt content through LLMs. **Go Core** (`cmd/`, `internal/`): Self-contained Go MCP server with DeviantArt API client. **npm Wrapper** (`npm-wrapper/`): Thin npm package that downloads and executes the compiled Go binary.