Native DevTools
Rank #3,828io.github.sh3ll3x3c/native-devtools
MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.
Native DevTools is a Model Context Protocol (MCP) server published by vectora-foundry. It ranks #3,828 of 132,046 servers tracked on MCP Toplist, and its repository has 133 GitHub stars. Native DevTools is listed across 3 registries — Official MCP, PulseMCP and Glama, with 17 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on May 31, 2026.
Ranks ahead of 128,218 of 132,046 servers on MCP Toplist.
Use Native DevTools
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add native-devtools -- npx -y native-devtools-mcp[mcp_servers.native-devtools]
command = "npx"
args = ["-y", "native-devtools-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"native-devtools": {
"command": "npx",
"args": [
"-y",
"native-devtools-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"native-devtools": {
"command": "npx",
"args": [
"-y",
"native-devtools-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"native-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"native-devtools-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"native-devtools": {
"command": "npx",
"args": [
"-y",
"native-devtools-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"native-devtools": {
"command": "npx",
"args": [
"-y",
"native-devtools-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sh3ll3x3c%2Fnative-devtools)<a href="https://mcptoplist.com/server/io.github.sh3ll3x3c%2Fnative-devtools"><img src="https://mcptoplist.com/badge/io.github.sh3ll3x3c%2Fnative-devtools.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
vectora-foundry
Available versions (17)
| Version | Published |
|---|---|
| 0.10.1 | May 31, 2026 |
| 0.10.0 | May 2, 2026 |
| 0.9.3 | Apr 23, 2026 |
| 0.9.2 | Apr 22, 2026 |
| 0.9.1 | Apr 21, 2026 |
| 0.9.0 | Apr 19, 2026 |
| 0.8.0 | Apr 2, 2026 |
| 0.7.1 | Mar 22, 2026 |
| 0.7.0 | Mar 21, 2026 |
| 0.6.0 | Mar 21, 2026 |
| 0.5.1 | Mar 11, 2026 |
| 0.5.0 | Mar 10, 2026 |
| 0.4.4 | Mar 4, 2026 |
| 0.4.3 | Feb 22, 2026 |
| 0.4.2 | Feb 16, 2026 |
| 0.4.1 | Feb 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Native DevTools?
- Native DevTools is maintained by vectora-foundry, which publishes 1 MCP server (17 total versions) tracked on MCP Toplist.
- Is Native DevTools listed on the Official MCP Registry?
- Yes — Native DevTools is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Native DevTools have?
- MCP Toplist tracks 17 versions of Native DevTools, most recently published on May 31, 2026.
- Where can I find the source code for Native DevTools?
- The source code for Native DevTools is hosted at github.com/vectora-foundry/native-devtools-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.