Lit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from pypi.
MCP server for academic literature databases (arXiv, DBLP) to accelerate research using LLMs.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add lit-mcp -- uvx lit-mcp
{
"mcpServers": {
"lit-mcp": {
"args": [
"lit-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.lit-mcp]
command = "uvx"
args = ["lit-mcp"]
{
"mcpServers": {
"lit-mcp": {
"args": [
"lit-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"lit-mcp": {
"args": [
"lit-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.