Stats
Actions
Tags
From nber-cli
Provides access to National Bureau of Economic Research (NBER) datasets and economic indicators via a local MCP server. Runs as a Python subprocess using uvx.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"nber-cli-mcp": {
"command": "uvx",
"args": [
"nber-cli",
"mcp-server"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub sepinetam/nber-cli --plugin nber-cli