streamable-httpMITupdated 15d ago
Agent plugins from Quicknode for building Web3 apps with AI agents.
What can you do with quicknode?
Quicknode Agent Plugins
Agent plugins from Quicknode for building Web3 apps with AI agents.
Available plugins
| Plugin | Description |
|---|---|
build-web3 |
Build Web3 apps with your AI agent: choose a chain, architecture, stack, data layer, and production posture. Powered by optional Quicknode infrastructure integration. |
Install
| Client | Guide |
|---|---|
| Cursor | docs/install/cursor.md |
| Windsurf | docs/install/windsurf.md |
| VS Code | docs/install/vscode.md |
| Zed | docs/install/zed.md |
| Codex | docs/install/codex.md |
For Claude Code, add this marketplace and install the build-web3 plugin:
/plugin marketplace add quicknode/agent-plugins
For Codex, see the Codex install guide. Codex discovers this
repository's plugin through .agents/plugins/marketplace.json and uses
plugins/build-web3/.codex-plugin/plugin.json to load the bundled skill and MCP server.
For ChatGPT, use the existing listing on its marketplace.
Content rules
Plugin skills and references in this repo should stay stable, useful, and self-contained:
- Stable concepts, product categories, capability names, and decision guidance belong in this repo so the plugin works without a network round-trip.
- Perishable facts — plan tiers, pricing, rate-limit numbers, RPC method tables, schemas — are allowed when the repo needs to be self-sufficient for a product, but every such table must carry a dated snapshot note (e.g. "As of 2026-02-02.") and a link to the live docs (https://www.quicknode.com/docs/) so a reader knows it can drift and where to check.
- Keep dated content current using
plugins/build-web3/skills/build-web3/PRODUCT_CATALOG.md's sync runbook — it's the maintenance source of truth for which product references exist, where they live, and how to refresh them.
License
MIT. See LICENSE.md.
Install
Add quicknode to your client. Pick the one you use.
claude mcp add --transport http quicknode https://mcp.quicknode.com/mcpcodex mcp add quicknode --url https://mcp.quicknode.com/mcp{
"mcpServers": {
"quicknode": {
"url": "https://mcp.quicknode.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"quicknode": {
"type": "http",
"url": "https://mcp.quicknode.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"quicknode": {
"url": "https://mcp.quicknode.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"quicknode": {
"serverUrl": "https://mcp.quicknode.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation13/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Aug 1, 2026 |
| 1.0.0 | Jun 1, 2026 |