use-ai Server

use-ai is MeetsMore's open-source (BUSL-1.1) React client and Node/Bun server for letting an LLM drive a web application's own frontend. The server partially implements the AG-UI protocol over Socket.IO, exposes the browser-side tools a React app declares to the model as MCP tools, and can federate additional remote MCP endpoints declared through MCP_ENDPOINT_* environment variables. It ships as four npm packages (@meetsmore-oss/use-ai-client, -core, -server, -plugin-workflows) and a container image at ghcr.io/meetsmore/use-ai-server; the documented default listen port is 8081. Like Nittei it is self-hosted — MeetsMore operates no public instance.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/use-ai-server"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: use-ai Server
description: use-ai is MeetsMore's open-source (BUSL-1.1) React client and Node/Bun server for letting
  an LLM drive a web application's own frontend. The server partially implements the AG-UI protocol over
  Socket.IO, exposes the browser-side tools a React app declares to the model as MCP tools, and can federate
  additional remote MCP endpoints declared through MCP_ENDPOINT_* environment variables. It ships as four
  npm packages (@meetsmore-oss/use-ai-client, -core, -server, -plugin-workflows) and a container image
  at ghcr.io/meetsmore/use-ai-server; the documented default listen port is 8081. Like Nittei it is self-hosted
  — MeetsMore operates no public instance.
humanURL: https://github.com/meetsmore/use-ai
baseURL: http://{use-ai-server-host}:8081
tags:
- Artificial Intelligence
- Agents
- MCP
- AG-UI
- Open-Source
- Self-Hosted
tags_raw:
- Artificial Intelligence
- Agents
- MCP
- AG-UI
- Open Source
- Self-Hosted
properties:
- type: Documentation
  url: https://github.com/meetsmore/use-ai#readme
- type: SourceCode
  url: https://github.com/meetsmore/use-ai
- type: MCPServer
  url: mcp/meetsmore-mcp.yml
- type: Components
  url: components/meetsmore-components.yml