Sourced.dev
Click on "Deploy 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., "@Sourced.devShow me the source code of requests/utils.py from the latest PyPI version"
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.
Sourced.dev
Source code search for every package on PyPI and npm.
Sourced.dev provides coding agents with direct access to dependency source code through the Model Context Protocol (MCP). Instead of relying on training data or web searches, agents can read, search, and navigate the actual source of any package — as if it were on your local machine.
Currently tracking all 800,000+ Python packages and all 3,000,000+ npm packages. New releases are indexed within 5 minutes of publication.
Quick Start
Install the MCP server in one command. It authenticates via GitHub and configures your coding agents automatically:
curl -sL sourced.dev/install | shThe installer will:
Authorize with GitHub.
Create an API key.
Configure the MCP server for your selected agents.
Restart your coding agents after installation to start using Sourced.
Related MCP server: CodeGraph
Supported Agents
The following coding agents are supported out of the box:
Claude Desktop (macOS)
Capabilities
Sourced.dev exposes the following tools to your coding agent via MCP:
Tool | Description |
| Read a file from a package's source code with line numbers. |
| Search for a regex pattern across a package's source tree. |
| Find files matching a glob pattern within a package. |
All tools accept an ecosystem (e.g. pypi, npm), a package_name, and an optional version (defaults to latest).
Ecosystem Support
PyPI — 800,000+ packages
npm — 3,000,000+ packages
Maven/Gradle — planned
RubyGems — planned
Crates.io (Rust) — planned
Next Steps
Visit sourced.dev to learn more.
View the Issues page to see open tasks or report a bug.
Open a Pull Request to contribute.
License
MIT License — see LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
An MCP server that gives your AI access to the source code and docs of all public github repos
Discover open-source AI agents and get source-owned installation instructions through MCP.
Related MCP Servers
- AlicenseBqualityCmaintenanceA codemode MCP server for fetching and querying dependency source code from npm, PyPI, crates.io, and GitHub. It allows agents to execute server-side JavaScript for context-efficient searching and browsing of large codebases without overwhelming the LLM's context window.152 npm41MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search code by meaning, explore codebase structure, store and query knowledge with temporal facts, and read source code through a set of MCP tools.267 npm7MIT
- AlicenseAqualityCmaintenanceEnables AI coding agents to efficiently explore codebases by providing structural outlines, module digests, symbol bodies, and AST-aware grep via MCP.44 npm1MIT

GitHitsofficial
AlicenseNot gradedqualityAmaintenanceEnables AI coding agents to search and access open-source code, documentation, and package information via a local MCP server.2,323 npm107Apache 2.0