Package: mcptools Title: Model Context Protocol Servers and Clients Version: 0.2.1.9000 Authors@R: c( person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5676-5107")), person("Winston", "Chang", , "winston@posit.co", role = "aut", comment = c(ORCID = "0000-0002-1576-2126")), person("Charlie", "Gao", , "charlie.gao@posit.co", role = "aut", comment = c(ORCID = "0000-0002-0750-061X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Implements the Model Context Protocol (MCP). Users can start 'R'-based servers, serving functions as tools for large language models to call before responding to the user in MCP-compatible apps like 'Claude Desktop' and 'Claude Code', with options to run those tools inside of interactive 'R' sessions. On the other end, when 'R' is the client via the 'ellmer' package, users can register tools from third-party MCP servers to integrate additional context into chats. License: MIT + file LICENSE URL: https://github.com/posit-dev/mcptools, https://posit-dev.github.io/mcptools/ BugReports: https://github.com/posit-dev/mcptools/issues Depends: R (>= 4.1.0) Imports: cli, ellmer (>= 0.3.0), httpuv, httr2, jsonlite, nanonext (>= 1.6.0), processx, promises, rlang, yaml Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libssl-dev zlib1g-dev Repository: https://posit-dev.r-universe.dev Date/Publication: 2026-06-26 15:20:01 UTC RemoteUrl: https://github.com/posit-dev/mcptools RemoteRef: HEAD RemoteSha: 41a8807dbd4e4306ca1f79ea36b80431a7b65ab1 NeedsCompilation: no Packaged: 2026-06-26 16:22:08 UTC; root Author: Simon Couch [aut, cre] (ORCID: ), Winston Chang [aut] (ORCID: ), Charlie Gao [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Simon Couch