DAS MCP Server on Cloudflare Workers
@pratikbuilds
关于 DAS MCP Server on Cloudflare Workers
A Cloudflare Worker MCP server that integrates with the Helius API to provide asset search tools
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"assets-mcp": {
"command": "npx",
"args": [
"wrangler",
"dev"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DAS MCP Server on Cloudflare Workers?
DAS MCP Server on Cloudflare Workers is a Cloudflare Worker that implements the Model Context Protocol (MCP) server, integrating with the Helius API to provide asset search and related tools. It is designed for developers who want to deploy a secure, serverless MCP server that can be used with Cloudflare AI Playground or Claude Desktop.
How to use DAS MCP Server on Cloudflare Workers?
Set the required HELIUS_API_KEY environment variable either in a local .dev.vars file for development or in the Cloudflare Dashboard for production. Deploy using the provided "Deploy to Workers" button or via the CLI template npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Connect MCP clients by pointing them to the SSE endpoint (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse).
Key features of DAS MCP Server on Cloudflare Workers
- Cloudflare Worker MCP server for serverless deployment
- Integrates with Helius API for asset search
- Secure environment variable handling (no secrets in code)
- Ready for Cloudflare AI Playground and Claude Desktop integration
- Easy to extend with custom MCP tools
Use cases of DAS MCP Server on Cloudflare Workers
- Deploy a remote MCP server for AI agents on Cloudflare’s edge network
- Search blockchain assets via Helius API through MCP tools
- Connect Claude Desktop to a serverless MCP endpoint using the mcp‑remote proxy
- Build and test custom MCP tools locally with
wrangler dev
FAQ from DAS MCP Server on Cloudflare Workers
What does DAS MCP Server on Cloudflare Workers do?
It runs a Model Context Protocol server as a Cloudflare Worker that wraps the Helius API, exposing asset search and other tools to MCP clients.
What are the runtime requirements?
A Cloudflare account and a valid Helius API key set as the HELIUS_API_KEY environment variable. No additional servers or infrastructure are needed.
Where does my data live?
The server itself is stateless; asset data is fetched on‑demand from the Helius API. No user data is stored in the Worker.
What transport does the server use?
It exposes an SSE endpoint (e.g., https://<worker>.workers.dev/sse) for remote MCP clients.
How do I connect Claude Desktop?
Use the mcp-remote npm package as a proxy; configure Claude Desktop’s MCP settings with the command npx mcp-remote <worker-sse-url>.
云与基础设施 分类下的更多 MCP 服务器
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
评论