Overview
Claud Coin ($CLAUD) is a decentralized AI development ecosystem built on the Solana blockchain, designed to incentivize knowledge sharing and tool creation within AI developer communities.
To use Claud Coin, developers can participate in the ecosystem by utilizing AI tools, contributing resources, and engaging in community activities to earn tokens.
- Integration with Model Context Protocol (MCP) for tracking tool usage. - A three-tiered reward system for tool usage, resource access, and community building. - Achievement system with NFT integration for recognizing contributions.
- Incentivizing developers to share AI tools and resources.
- Gamifying the learning process for new AI developers.
- Creating a sustainable economy around AI tool development.
Add to your AI client
Use these steps to connect Claud Coin ($CLAUD) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"claud-coin-seanivore": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claud-coin-seanivore"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"claud-coin-seanivore": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claud-coin-seanivore"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"claud-coin-seanivore": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claud-coin-seanivore"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"claud-coin-seanivore": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claud-coin-seanivore"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claud-coin-seanivore": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claud-coin-seanivore"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"claud-coin-seanivore": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claud-coin-seanivore"
]
}
}
}FAQ
What is the purpose of Claud Coin?
Claud Coin aims to bridge the gap between traditional developers and the AI-native development community by rewarding contributions and fostering knowledge sharing.
How can I contribute to Claud Coin?
Contributions can be made through sharing resources, developing tools, and participating in community discussions.
Is Claud Coin open source?
Yes! Claud Coin is an open-source project, and contributions are welcome.