DragApp MCP Server
Rank #15,648com.dragapp/mcp-server
Manage your Gmail shared inbox from Claude, Cursor, or ChatGPT — read, reply, search, organize.
DragApp MCP Server is a Model Context Protocol (MCP) server published by nick-timms. It ranks #15,648 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DragApp MCP Server is listed across 3 registries — PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jul 6, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 99,943 of 115,591 servers on MCP Toplist.
Use DragApp MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add dragapp -e "DRAG_API_KEY=<your DRAG_API_KEY>" -- npx -y @dragapp/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.dragapp]
command = "npx"
args = ["-y", "@dragapp/mcp-server"]
[mcp_servers.dragapp.env]
DRAG_API_KEY = "<your DRAG_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": [
"-y",
"@dragapp/mcp-server"
],
"env": {
"DRAG_API_KEY": "<your DRAG_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": [
"-y",
"@dragapp/mcp-server"
],
"env": {
"DRAG_API_KEY": "<your DRAG_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dragapp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dragapp/mcp-server"
],
"env": {
"DRAG_API_KEY": "<your DRAG_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": [
"-y",
"@dragapp/mcp-server"
],
"env": {
"DRAG_API_KEY": "<your DRAG_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dragapp": {
"command": "npx",
"args": [
"-y",
"@dragapp/mcp-server"
],
"env": {
"DRAG_API_KEY": "<your DRAG_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.dragapp%2Fmcp-server)<a href="https://mcptoplist.com/server/com.dragapp%2Fmcp-server"><img src="https://mcptoplist.com/badge/com.dragapp%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nick-timms
Other servers by nick-timms
View all nick-timms servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 6, 2026 |
Frequently asked questions
- Who maintains DragApp MCP Server?
- DragApp MCP Server is maintained by nick-timms, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is DragApp MCP Server listed on the Official MCP Registry?
- DragApp MCP Server is not on the Official MCP Registry. It is listed on PulseMCP, Glama and mcp.so.
- How many versions does DragApp MCP Server have?
- MCP Toplist tracks 1 version of DragApp MCP Server, most recently published on Jul 6, 2026.
- Where can I find the source code for DragApp MCP Server?
- The source code for DragApp MCP Server is hosted at github.com/nick-timms/drag-mcp-server.