Maxential Thinking MCP
Rank #30,646io.github.BAM-DevCrew/MAXential-Thinking-MCP
MCP server providing MAXential-Thinking-MCP capabilities
Maxential Thinking MCP is a Model Context Protocol (MCP) server published by bam-devcrew. It ranks #30,646 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Maxential Thinking MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Nov 6, 2025 and most recently updated on Dec 23, 2025.
Ranks ahead of 84,814 of 115,460 servers on MCP Toplist.
Use Maxential Thinking MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add maxential-thinking-mcp -- npx -y @bam-devcrew/maxential-thinking-mcp[mcp_servers.maxential-thinking-mcp]
command = "npx"
args = ["-y", "@bam-devcrew/maxential-thinking-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"maxential-thinking-mcp": {
"command": "npx",
"args": [
"-y",
"@bam-devcrew/maxential-thinking-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"maxential-thinking-mcp": {
"command": "npx",
"args": [
"-y",
"@bam-devcrew/maxential-thinking-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"maxential-thinking-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bam-devcrew/maxential-thinking-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"maxential-thinking-mcp": {
"command": "npx",
"args": [
"-y",
"@bam-devcrew/maxential-thinking-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"maxential-thinking-mcp": {
"command": "npx",
"args": [
"-y",
"@bam-devcrew/maxential-thinking-mcp"
]
}
}
}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.BAM-DevCrew%2FMAXential-Thinking-MCP)<a href="https://mcptoplist.com/server/io.github.BAM-DevCrew%2FMAXential-Thinking-MCP"><img src="https://mcptoplist.com/badge/io.github.BAM-DevCrew%2FMAXential-Thinking-MCP.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
bam-devcrew
Other servers by bam-devcrew
View all bam-devcrew servers →Available versions (2)
| Version | Published |
|---|---|
| 2.0.1 | Dec 23, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Maxential Thinking MCP?
- Maxential Thinking MCP is maintained by bam-devcrew, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Maxential Thinking MCP listed on the Official MCP Registry?
- Yes — Maxential Thinking MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Maxential Thinking MCP have?
- MCP Toplist tracks 2 versions of Maxential Thinking MCP, most recently published on Dec 23, 2025.
- Where can I find the source code for Maxential Thinking MCP?
- The source code for Maxential Thinking MCP is hosted at github.com/bam-devcrew/maxential-thinking-mcp.