ainpcengine
Rank #67,096io.github.jyswee/ainpc-cli
AI NPCs with persistent memory for game studios. NPC CRUD, dialogue, voice. Stdio or remote SSE.
ainpcengine is a Model Context Protocol (MCP) server published by jyswee. It ranks #67,096 of 130,187 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ainpcengine is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 16, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 63,091 of 130,187 servers on MCP Toplist.
Use ainpcengine
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ainpc-cli https://mcp.ainpcengine.com/sseclaude mcp add ainpc-cli -e "AINPC_API_KEY=<your AINPC_API_KEY>" -e "AINPC_GAME_ID=<your AINPC_GAME_ID>" -- npx -y mcp-serve ainpc-cliReplace each placeholder with your own value before saving.
[mcp_servers.ainpc-cli]
url = "https://mcp.ainpcengine.com/sse"Add to ~/.codex/config.toml.
[mcp_servers.ainpc-cli]
command = "npx"
args = ["-y", "mcp-serve", "ainpc-cli"]
[mcp_servers.ainpc-cli.env]
AINPC_API_KEY = "<your AINPC_API_KEY>"
AINPC_GAME_ID = "<your AINPC_GAME_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.ainpcengine.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ainpc-cli": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"ainpc-cli"
],
"env": {
"AINPC_API_KEY": "<your AINPC_API_KEY>",
"AINPC_GAME_ID": "<your AINPC_GAME_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ainpc-cli": {
"url": "https://mcp.ainpcengine.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ainpc-cli": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"ainpc-cli"
],
"env": {
"AINPC_API_KEY": "<your AINPC_API_KEY>",
"AINPC_GAME_ID": "<your AINPC_GAME_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ainpc-cli": {
"type": "http",
"url": "https://mcp.ainpcengine.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ainpc-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-serve",
"ainpc-cli"
],
"env": {
"AINPC_API_KEY": "<your AINPC_API_KEY>",
"AINPC_GAME_ID": "<your AINPC_GAME_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ainpc-cli": {
"serverUrl": "https://mcp.ainpcengine.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ainpc-cli": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"ainpc-cli"
],
"env": {
"AINPC_API_KEY": "<your AINPC_API_KEY>",
"AINPC_GAME_ID": "<your AINPC_GAME_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ainpc-cli": {
"url": "https://mcp.ainpcengine.com/sse"
}
}
}{
"mcpServers": {
"ainpc-cli": {
"command": "npx",
"args": [
"-y",
"mcp-serve",
"ainpc-cli"
],
"env": {
"AINPC_API_KEY": "<your AINPC_API_KEY>",
"AINPC_GAME_ID": "<your AINPC_GAME_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jyswee%2Fainpc-cli)<a href="https://mcptoplist.com/server/io.github.jyswee%2Fainpc-cli"><img src="https://mcptoplist.com/badge/io.github.jyswee%2Fainpc-cli.svg" alt="MCP Toplist: #67,096 of 130,187" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jyswee
Other servers by jyswee
- Buggazi#18,559 · 18 vers
- SecretCarousel#25,402 · 17 vers
- gpusmarket#29,609 · 11 vers
- analyga#31,047 · 11 vers
- agenticmemory#33,093 · 2 vers
- a2a-trustgate#40,937 · 5 vers
- Canvasaas#47,066 · 1 ver
- taufunctions#48,408 · 3 vers
- appoiint#53,156
- Oddsockets CLI#54,749 · 2 vers
- authshore#55,301 · 2 vers
- BandSaaS MCP Server#55,302 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 1.5.3 | Jul 16, 2026 |
Frequently asked questions
- Who maintains ainpcengine?
- ainpcengine is maintained by jyswee, which publishes 21 MCP servers (80 total versions) tracked on MCP Toplist.
- Is ainpcengine listed on the Official MCP Registry?
- Yes — ainpcengine is listed on the Official MCP Registry, alongside Glama.
- How many versions does ainpcengine have?
- MCP Toplist tracks 1 version of ainpcengine, most recently published on Jul 16, 2026.
- Where can I find the source code for ainpcengine?
- The source code for ainpcengine is hosted at github.com/jyswee/ainpc-cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.