mcp-server-leetcode
MCP Server LeetCode is a Model Context Protocol server designed for LeetCode integration, allowing users to access various LeetCode data, including problem sets, user profiles, and contest rankings. It offers a fast interface with both CLI and programmable API options to support MCP tools and resources.
How do I install MCP Server LeetCode globally?
You can install it globally using npm with the command npm install -g @mcpfun/mcp-server-leetcode
.
Can I use MCP Server LeetCode for local development?
Yes, you can clone the repository, install dependencies, and run it in development mode using npm run dev
.
What are the available tools for problem-related queries?
The available tools include get-daily-challenge
, get-problem
, and search-problems
.
Is there a CLI available for MCP Server LeetCode?
Yes, MCP Server LeetCode provides a command-line interface for easy access and integration.
What resources are available for user-related queries?
Resources include user profile, submissions, and contest ranking details.