Ai Context Kit
Rank #10,362io.github.ofershap/ai-context-kit
MCP server providing ai-context-kit capabilities
Ai Context Kit is a Model Context Protocol (MCP) server published by ofershap. It ranks #10,362 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Ai Context Kit is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 105,229 of 115,591 servers on MCP Toplist.
Use Ai Context Kit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ai-context-kit -- npx -y ai-context-kit[mcp_servers.ai-context-kit]
command = "npx"
args = ["-y", "ai-context-kit"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ai-context-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}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.ofershap%2Fai-context-kit)<a href="https://mcptoplist.com/server/io.github.ofershap%2Fai-context-kit"><img src="https://mcptoplist.com/badge/io.github.ofershap%2Fai-context-kit.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
ofershap
Other servers by ofershap
- Real Browser#3,520 · 2 vers
- Markdown#14,906 · 2 vers
- Scraper#14,907 · 2 vers
- S3#16,206 · 2 vers
- Github Actions#16,430 · 2 vers
- Cloudflare#19,106 · 2 vers
- Docker#21,349 · 2 vers
- Devutils#27,920 · 2 vers
- Sqlite#27,921 · 2 vers
- Dns#28,440 · 2 vers
- mcp-server-anydoc#30,412
- cursor-usage#31,500
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ai Context Kit?
- Ai Context Kit is maintained by ofershap, which publishes 18 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Ai Context Kit listed on the Official MCP Registry?
- Yes — Ai Context Kit is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Ai Context Kit have?
- MCP Toplist tracks 2 versions of Ai Context Kit, most recently published on Mar 10, 2026.
- Where can I find the source code for Ai Context Kit?
- The source code for Ai Context Kit is hosted at github.com/ofershap/ai-context-kit.