-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: appkit mcp server and client #4080
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
12 Skipped Deployments
|
AppKit MCP Server & Client Implementation
Introducing AppKit MCP -- A Model Context Protocol (MCP) server that let your AI applications communicate with your wallet and any onchain data with AppKit API.
MCP Server
The MCP server running on Next.js API Routes. You can see the following endpoints to implement the MCP Server TypeScript SDK:
MCP Client
The client uses AI SDK to implement chat experience and communicate with the MCP server via any LLM.
Overview
This MCP server extends any MCP client's capabilities by providing tools to do anything on Base:
and more.
Note
This work is still in progress
Showcase
appkit-ai-hd.mp4
Checklist