Skip to content
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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

feat: appkit mcp server and client #4080

wants to merge 12 commits into from

Conversation

enesozturk
Copy link
Contributor

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:

  • Get wallet addresses
  • List wallet balances on any network
  • Send tokens between wallets
  • Swap tokens
  • Buy tokens
  • Get your transaction history on any network
  • ENS lookup
  • ENS reverse lookup
  • Get gas price of any network

and more.

Note

This work is still in progress

Showcase

appkit-ai-hd.mp4

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

Copy link

changeset-bot bot commented Mar 26, 2025

⚠️ No Changeset found

Latest commit: b341b3f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Mar 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 26, 2025 11:44am
appkit-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 26, 2025 11:44am
appkit-laboratory ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 26, 2025 11:44am
12 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-basic-ep ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-basic-ep-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-basic-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-basic-sign-client-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-basic-up-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-ethers5-bera ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-nansen-demo ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-vue-solana ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
appkit-wagmi-cdn-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
ethereum-provider-wagmi-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
next-wagmi-solana-bitcoin-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am
vue-wagmi-example ⬜️ Ignored (Inspect) Mar 26, 2025 11:44am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant