Signs of AI Writing
Rank #1,692io.github.peopleworks/signs-of-ai
AI-writing detection (EN/ES) that shows the evidence: named tells, hidden characters, citations.
Signs of AI Writing is a Model Context Protocol (MCP) server published by peopleworks. It ranks #1,692 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. Signs of AI Writing is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jul 24, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 113,768 of 115,460 servers on MCP Toplist.
Use Signs of AI Writing
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add signs-of-ai -e "SIGNSOFAI_API_ENDPOINT=<your SIGNSOFAI_API_ENDPOINT>" -- dnx SignsOfAI.McpReplace each placeholder with your own value before saving.
[mcp_servers.signs-of-ai]
command = "dnx"
args = ["SignsOfAI.Mcp"]
[mcp_servers.signs-of-ai.env]
SIGNSOFAI_API_ENDPOINT = "<your SIGNSOFAI_API_ENDPOINT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<your SIGNSOFAI_API_ENDPOINT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<your SIGNSOFAI_API_ENDPOINT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"signs-of-ai": {
"type": "stdio",
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<your SIGNSOFAI_API_ENDPOINT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<your SIGNSOFAI_API_ENDPOINT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"signs-of-ai": {
"command": "dnx",
"args": [
"SignsOfAI.Mcp"
],
"env": {
"SIGNSOFAI_API_ENDPOINT": "<your SIGNSOFAI_API_ENDPOINT>"
}
}
}
}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.peopleworks%2Fsigns-of-ai)<a href="https://mcptoplist.com/server/io.github.peopleworks%2Fsigns-of-ai"><img src="https://mcptoplist.com/badge/io.github.peopleworks%2Fsigns-of-ai.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
peopleworks
Other servers by peopleworks
View all peopleworks servers →Available versions (6)
| Version | Published |
|---|---|
| 0.5.0 | Aug 24, 2026 |
| 0.4.0 | Aug 5, 2026 |
| 0.3.0 | Aug 4, 2026 |
| 0.2.1 | Aug 2, 2026 |
| 0.2.0 | Jul 30, 2026 |
| 0.1.1 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Signs of AI Writing?
- Signs of AI Writing is maintained by peopleworks, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Signs of AI Writing listed on the Official MCP Registry?
- Yes — Signs of AI Writing is listed on the Official MCP Registry, alongside Glama.
- How many versions does Signs of AI Writing have?
- MCP Toplist tracks 6 versions of Signs of AI Writing, most recently published on Aug 24, 2026.
- Where can I find the source code for Signs of AI Writing?
- The source code for Signs of AI Writing is hosted at github.com/peopleworks/SignsofAI.