Market.dev MCP Server

$npx -y git+https://github.com/market-dot-dev/mcp.git
README.md

Search for open source experts and projects via the Market.dev API.

Market.dev MCP Server

An MCP server implementation that integrates with the Market.dev API, providing tools to search for open source experts and projects.

Features

  • Expert Search: Find open source developers and contributors based on skills, project involvement, or names
  • Project Search: Discover open source libraries, frameworks, tools, and repositories
  • Location Filtering: Find experts in specific geographic locations or remote workers

Tools

search_experts

Searches for open source experts and contributors on market.dev.

Inputs:

  • query (string): Search term to find experts (e.g., 'react', 'kubernetes', 'andrew')
  • count (number, optional): Number of results (1-20, default 10)
  • offset (number, optional): Pagination offset (max 9, default 0)
  • location (string, optional): Filter by location (e.g., 'New York', 'Remote')

search_projects

Searches for open source projects on market.dev.

Inputs:

  • query (string): Search term to find projects (e.g., 'blockchain', 'AI', 'ipfs')
  • count (number, optional): Number of results (1-20, default 10)
  • offset (number, optional): Pagination offset (max 9, default 0)

Configuration

By default, the server connects to the Market.dev API at https://explore.market.dev. You can customize this by setting the MARKET_DEV_API_URL environment variable.

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "market-dev": {
      "command": "npx",
      "args": ["-y", "git+https://github.com/market-dot-dev/mcp.git"]
    }
  }
}

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.

Tools (2)

search_expertsSearches for open source experts and contributors on market.dev.
search_projectsSearches for open source projects on market.dev.

Environment Variables

MARKET_DEV_API_URLCustom API URL for the Market.dev service

Configuration

claude_desktop_config.json
{"mcpServers": {"market-dev": {"command": "npx", "args": ["-y", "git+https://github.com/market-dot-dev/mcp.git"]}}}

Try it

Find React experts located in New York using Market.dev.
Search for open source projects related to blockchain and AI.
Who are the top contributors for the Kubernetes project on Market.dev?
Find remote developers who have experience with IPFS.
Search for open source experts named Andrew who work with React.

Frequently Asked Questions

What are the key features of Market.dev?

Expert Search: Find developers based on skills, project involvement, or names.. Project Search: Discover open source libraries, frameworks, and repositories.. Location Filtering: Filter experts by specific geographic locations or remote status.. Pagination Support: Control result counts and offsets for large searches..

What can I use Market.dev for?

Recruiters looking for specialized open source contributors for specific frameworks.. Developers seeking to discover new open source libraries or tools in a specific niche.. Project maintainers looking for experts to collaborate on existing repositories.. Companies searching for local or remote talent with proven open source track records..

How do I install Market.dev?

Install Market.dev by running: npx -y git+https://github.com/market-dot-dev/mcp.git

What MCP clients work with Market.dev?

Market.dev works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Market.dev with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free