Market.dev MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Market.dev MCP Serverfind React developers in London"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Repo Radar MCP
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides GitHub data analysis for repositories, developers, and organizations, enabling insights into open source ecosystems through API calls and natural language queries.Last updated514MIT
- Alicense-qualityAmaintenanceDiscover, rank, and compare GitHub repositories from any MCP-compatible AI client. Enables searching, filtering, ranking, and evaluating open-source repositories by topic, language, stars, license, activity, and relevance.Last updatedMIT
- AlicenseAqualityCmaintenanceEnables AI agents to prospect across GitHub, PyPI, and npm, searching repositories, packages, and code patterns with read-only tools.Last updated73MIT
- Flicense-qualityDmaintenanceEnables searching GitHub users and repositories, fetching details, and performing stock market technical analysis via AlphaVantage.Last updated
Related MCP Connectors
Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API.
Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/market-dot-dev/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server