MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A
Arc MCP Ai Docs Assistant

Simple MCP workflow for connecting AI tools directly to Arc documentation

Created 5/16/2026
Updated about 3 hours ago
Repository documentation and setup instructions

Arc MCP AI Docs Assistant

Built a simple MCP-powered workflow that connects AI coding tools directly to Arc documentation for faster development and better context retrieval.

This project explores how developers can use the Arc MCP server with tools like Cursor, Claude, and VS Code to search docs, retrieve pages, and build faster without manually browsing documentation.

Features

  • Connect AI tools to Arc Docs using MCP
  • Search and retrieve documentation context in real time
  • Faster smart contract and app development workflow
  • Compatible with Cursor, Claude Desktop, VS Code, and other MCP clients
  • Simple setup for builders exploring the Arc ecosystem

Why I Built This

I wanted to test how MCP can improve developer workflows when building on Arc. Instead of manually searching through documentation, AI tools can directly retrieve relevant context from Arc Docs.

This makes experimenting with stablecoin apps, AI agents, and onchain finance tools much faster and smoother.

Future Ideas

  • AI-powered Arc developer assistant
  • Smart contract helper using MCP
  • Arc Docs indexing for autonomous agents
  • Stablecoin-focused AI workflows

Resources

  • Arc MCP Docs: https://docs.arc.io/ai/mcp
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/mint1793/arc-mcp-ai-docs-assistant
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "mint1793-arc-mcp-ai-docs-assistant": { "command": "git", "args": [ "clone", "https://github.com/mint1793/arc-mcp-ai-docs-assistant" ] } } }